diff options
author | kris <kris@FreeBSD.org> | 2003-10-23 08:01:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-23 08:01:04 +0800 |
commit | 47c45847ec49bb71a4cb984d65a7afb6bb8f75ee (patch) | |
tree | 93481e0fdaf90fec40d0da8c27d85cf83c7056e8 /biology | |
parent | e05325eb70c801164f035d122c235e6ce8e60686 (diff) | |
download | freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.tar.gz freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.tar.zst freebsd-ports-gnome-47c45847ec49bb71a4cb984d65a7afb6bb8f75ee.zip |
Respect CC and CFLAGS
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seqio/files/patch-Makefile | 16 |
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 |