From 17c6658b67ce6be13b9c68e58151c2036d6d8322 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 19 May 2000 10:48:20 +0000 Subject: [PATCH] Respect CFLAGS. PR: 18659 --- devel/libol/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libol/files/patch-aa 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"