freebsd-ports/devel/libol/files/patch-aa
Maxim Sobolev 17c6658b67 Respect CFLAGS.
PR:		18659
2000-05-19 10:48:20 +00:00

11 lines
254 B
Text

--- configure.orig Fri May 19 13:37:53 2000
+++ configure Fri May 19 13:38:07 2000
@@ -2704,7 +2704,7 @@
if test $with_debug = "yes"; then
CFLAGS="-Wall -g"
else
- CFLAGS="-Wall -O2"
+# CFLAGS="-Wall -O2"
fi
MAKE_CLASS="$srcdir/utils/make_class"