summaryrefslogtreecommitdiff
path: root/archivers
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
parentf853b894ac35238dce8ba0fcdd4a4b7158367454 (diff)
downloadpkgsrc-62363173a285678e9bcd81ea058f18e978fcc5bc.tar.gz
Don't force optimisation any more
Diffstat (limited to 'archivers')
-rw-r--r--archivers/liblzo/distinfo3
-rw-r--r--archivers/liblzo/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/liblzo/distinfo b/archivers/liblzo/distinfo
index c0e752776fa..0770a7482f8 100644
--- a/archivers/liblzo/distinfo
+++ b/archivers/liblzo/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/04/09 21:40:14 reinoud Exp $
+$NetBSD: distinfo,v 1.7 2004/05/21 20:28:10 adam Exp $
SHA1 (lzo-1.08.tar.gz) = ad1b458cf9d5d49153665d2adc25bd6129028221
Size (lzo-1.08.tar.gz) = 426692 bytes
SHA1 (patch-aa) = e889ba225be55952b2dd65e0960561bf292d4843
+SHA1 (patch-ab) = 13cee5843c7f33896744266a9c2832826f04142a
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