diff options
-rw-r--r-- | devel/libol/files/patch-aa | 11 |
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" |