summaryrefslogtreecommitdiff
path: root/archivers/liblzo/patches
diff options
context:
space:
mode:
authoradam <adam>2004-05-21 20:28:10 +0000
committeradam <adam>2004-05-21 20:28:10 +0000
commit62363173a285678e9bcd81ea058f18e978fcc5bc (patch)
treea9b378d6d21ca316ceb72ebd3821ea380f1ad22e /archivers/liblzo/patches
parentf853b894ac35238dce8ba0fcdd4a4b7158367454 (diff)
downloadpkgsrc-62363173a285678e9bcd81ea058f18e978fcc5bc.tar.gz
Don't force optimisation any more
Diffstat (limited to 'archivers/liblzo/patches')
-rw-r--r--archivers/liblzo/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/liblzo/patches/patch-ab b/archivers/liblzo/patches/patch-ab
new file mode 100644
index 00000000000..e0f2606ad9c
--- /dev/null
+++ b/archivers/liblzo/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/21 20:28:33 adam Exp $
+
+--- configure.orig Fri May 21 22:08:40 2004
++++ configure
+@@ -12063,8 +12063,6 @@ if test "X$GCC" = Xyes; then
+ MFX_CC="GCC"
+ if test "X$enable_debug" = Xyes; then
+ CFLAGS="$CFLAGS -O0"
+- else
+- CFLAGS="$CFLAGS -O2"
+ fi
+ CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
+ case $MFX_CPU in