diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 16:25:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 16:25:24 +0000 |
commit | 5cbbdd62a030ac787d785b161e2d59f60ad1c573 (patch) | |
tree | d9229bd1df8af123c88ac95fd4931a3546feffe1 /sysutils/logtool/files/patch-configure | |
parent | New port: biology/fasta, the FASTA2 suite of DNA and protein sequence (diff) |
upgrade to 1.0.5
Notes
Notes:
svn path=/head/; revision=38206
Diffstat (limited to 'sysutils/logtool/files/patch-configure')
-rw-r--r-- | sysutils/logtool/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/logtool/files/patch-configure b/sysutils/logtool/files/patch-configure new file mode 100644 index 000000000000..90bf21b57c58 --- /dev/null +++ b/sysutils/logtool/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Feb 12 00:10:54 2001 ++++ configure Mon Feb 12 00:11:16 2001 +@@ -745,7 +745,7 @@ + fi + + if test -n "$GCC"; then +- CFLAGS="-O3 -Wall -Werror -ansi -pedantic" ++ CFLAGS="-ansi -pedantic" + fi + + |