diff options
author | adam <adam@pkgsrc.org> | 2004-05-21 20:28:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-05-21 20:28:10 +0000 |
commit | 72b607791ae06cff3a3473907888f4ff58f60513 (patch) | |
tree | a9b378d6d21ca316ceb72ebd3821ea380f1ad22e /archivers | |
parent | 88157799102338da1b496f5d0c808fb645c58f29 (diff) | |
download | pkgsrc-72b607791ae06cff3a3473907888f4ff58f60513.tar.gz |
Don't force optimisation any more
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblzo/distinfo | 3 | ||||
-rw-r--r-- | archivers/liblzo/patches/patch-ab | 13 |
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 |