summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
commitd4788043a63ef9283977820ebeb919278611e7b7 (patch)
tree5f7611ba1ce09680731e60f67c8da3676b89757f /biology
parentPacify Fenner's report. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91918
Diffstat (limited to 'biology')
-rw-r--r--biology/seqio/files/patch-Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/biology/seqio/files/patch-Makefile b/biology/seqio/files/patch-Makefile
index 0efbc6f3f255..865b0c0f884c 100644
--- a/biology/seqio/files/patch-Makefile
+++ b/biology/seqio/files/patch-Makefile
@@ -1,9 +1,15 @@
---- Makefile.orig Tue Aug 21 12:50:44 2001
-+++ Makefile Tue Aug 21 12:51:13 2001
-@@ -12,7 +12,7 @@
- CFLAGS= -g -O2 -Wall -Wshadow
-
+--- Makefile.orig Tue Jul 9 20:20:42 1996
++++ Makefile Wed Oct 22 16:43:02 2003
+@@ -8,11 +8,10 @@
+ # just set the CC value to your compiler and make sure optimization
+ # is turned on (it significantly affects the running time).
+ #
+-CC=gcc
+-CFLAGS= -g -O2 -Wall -Wshadow
++CC?=cc
++CFLAGS?=-O -pipe
+-
-all: grepseq fmtseq idxseq typeseq wcseq examples
+all: grepseq fmtseq idxseq typeseq wcseq