freebsd-ports/archivers/freeze/files/patch-configure
Pete Fritchman 97baaa16c5 Respect CFLAGS.
PR:		30401
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Approved by:	maintainer timeout
2001-11-03 10:20:48 +00:00

12 lines
283 B
Text

$FreeBSD$
--- configure.orig Thu Sep 6 11:08:26 2001
+++ configure Thu Sep 6 11:08:42 2001
@@ -126,7 +126,7 @@
${CC-cc} -E conftest.c > conftest.out 2>&1
if egrep yes conftest.out >/dev/null 2>&1; then
GCC=1 # For later tests.
- CC="$CC -O"
+ CC="$CC"
fi
rm -f conftest*