aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-05-19 18:48:20 +0800
committersobomax <sobomax@FreeBSD.org>2000-05-19 18:48:20 +0800
commit4d6d01a86de34fa99a3830e5f1cd19acd5b3e690 (patch)
tree2e8a4c1ab5179abeb928c423acbb2c81eee976e8 /devel
parent156190e9d3e3f5c56f3abf3b45173bed693c7837 (diff)
downloadfreebsd-ports-gnome-4d6d01a86de34fa99a3830e5f1cd19acd5b3e690.tar.gz
freebsd-ports-gnome-4d6d01a86de34fa99a3830e5f1cd19acd5b3e690.tar.zst
freebsd-ports-gnome-4d6d01a86de34fa99a3830e5f1cd19acd5b3e690.zip
Respect CFLAGS.
PR: 18659
Diffstat (limited to 'devel')
-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"