You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/recon/files/recon-1.06-respect.patch

25 lines
557 B

src/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 36ef59b..e45a0f2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,14 +13,14 @@ MANDIR = $(HOME)/man
#SRCDIR = .
## your compiler
-CC = gcc
+CC ?= gcc
#CC = cc # for SGI Origin200 compiler#
## any special compiler flags you want
# -pedantic clashes with -DMEMDEBUG??
#
#CFLAGS = -g -Wall -pedantic
-CFLAGS = -O
+CFLAGS ?= -O
#CFLAGS = -g
#CFLAGS = -TARG:exc_max -64 -Ofast=ip27 #specific SGI Origin200 compiler#