Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2001/12/06 12:23:12 1.18 +++ Makefile 2002/07/14 08:37:43 @@ -6,7 +6,7 @@ # PORTNAME= lzo -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ ${MASTER_SITE_SUNSITE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2000/11/19 08:13:14 1.3 +++ distinfo 2002/07/14 08:37:43 @@ -1 +1 @@ -MD5 (lzo-1.07.tar.gz) = f7bcae7fc7e5c01adbcea21dc7501610 +MD5 (lzo-1.08.tar.gz) = ab94d3da364c7cbd5b78d76f1875b0f6 Index: files/patch-ac =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/files/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- files/patch-ac 1999/12/22 13:49:02 1.3 +++ files/patch-ac 2002/07/14 08:37:44 @@ -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