1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-16 08:49:15 -04:00
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"