diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-23 00:01:04 +0000 |
commit | d4788043a63ef9283977820ebeb919278611e7b7 (patch) | |
tree | 5f7611ba1ce09680731e60f67c8da3676b89757f /biology/seqio | |
parent | 05eb22af038d154adc5b143ee7b9f20c4906ac12 (diff) | |
download | ports-d4788043a63ef9283977820ebeb919278611e7b7.tar.gz ports-d4788043a63ef9283977820ebeb919278611e7b7.zip |
Notes
Diffstat (limited to 'biology/seqio')
-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 |