aboutsummaryrefslogtreecommitdiff
path: root/devel/libol
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 10:48:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 10:48:20 +0000
commit17c6658b67ce6be13b9c68e58151c2036d6d8322 (patch)
treef341b01a0f47d123468638138f6b622dd6f2be91 /devel/libol
parent9e9b2dc41f81b6b628a1eba6b8059372957a24ca (diff)
downloadports-17c6658b67ce6be13b9c68e58151c2036d6d8322.tar.gz
ports-17c6658b67ce6be13b9c68e58151c2036d6d8322.zip
Respect CFLAGS.
PR: 18659
Notes
Notes: svn path=/head/; revision=28598
Diffstat (limited to 'devel/libol')
-rw-r--r--devel/libol/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libol/files/patch-aa b/devel/libol/files/patch-aa
new file mode 100644
index 000000000000..a67ec824b75b
--- /dev/null
+++ b/devel/libol/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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"