diff options
author | anders <anders@FreeBSD.org> | 2002-07-14 18:44:08 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-07-14 18:44:08 +0800 |
commit | 84ba2651927480d4ee14379a690bbcafe1ecbafd (patch) | |
tree | 3ce60bbd7d69f1f09f3ef407c71de1b5fae15b4f /archivers/lzo2/files | |
parent | 63b0123ba1ad94f52943190e3536069ef6ab9797 (diff) | |
download | freebsd-ports-gnome-84ba2651927480d4ee14379a690bbcafe1ecbafd.tar.gz freebsd-ports-gnome-84ba2651927480d4ee14379a690bbcafe1ecbafd.tar.zst freebsd-ports-gnome-84ba2651927480d4ee14379a690bbcafe1ecbafd.zip |
Update to 1.08.
PR: 40547
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'archivers/lzo2/files')
-rw-r--r-- | archivers/lzo2/files/patch-ac | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/archivers/lzo2/files/patch-ac b/archivers/lzo2/files/patch-ac index b76d9cdc0139..7a84bd9b9bde 100644 --- a/archivers/lzo2/files/patch-ac +++ b/archivers/lzo2/files/patch-ac @@ -1,11 +1,11 @@ ---- configure.orig Tue Nov 30 02:37:24 1999 -+++ configure Sun Dec 5 12:07:23 1999 -@@ -3496,7 +3496,7 @@ - if test "$enable_debug" = yes; then - CFLAGS_O="-O0" +--- configure.orig Sun Jul 14 10:29:10 2002 ++++ configure Sun Jul 14 10:30:32 2002 +@@ -12064,7 +12064,7 @@ + if test "X$enable_debug" = Xyes; then + CFLAGS="$CFLAGS -O0" else -- CFLAGS_O="-O2" -+ CFLAGS_O="" +- CFLAGS="$CFLAGS -O2" ++ CFLAGS="$CFLAGS" fi - CFLAGS_W="-Wall -Wcast-align -Wwrite-strings" - case $host in + CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings" + case $MFX_CPU in |