1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/devel/libol/files/patch-aa

12 lines
254 B
Plaintext
Raw Normal View History

2000-05-19 10:48:20 +00:00
--- 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"