diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 01:55:48 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 01:55:48 +0800 |
commit | ec3789f6e04575563a847af3c1b3db1a623a7db8 (patch) | |
tree | cb4e634d4cd8835089e9e9fef32fc5512513d2d1 /archivers/lzo2/files | |
parent | 77b61866794ab2e921193b271282847ea7e9f6c6 (diff) | |
download | freebsd-ports-gnome-ec3789f6e04575563a847af3c1b3db1a623a7db8.tar.gz freebsd-ports-gnome-ec3789f6e04575563a847af3c1b3db1a623a7db8.tar.zst freebsd-ports-gnome-ec3789f6e04575563a847af3c1b3db1a623a7db8.zip |
- Update to 2.0.
PR: ports/81721
Submitted by: Ports Fury
Diffstat (limited to 'archivers/lzo2/files')
-rw-r--r-- | archivers/lzo2/files/patch-configure | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/archivers/lzo2/files/patch-configure b/archivers/lzo2/files/patch-configure deleted file mode 100644 index a47c801685cd..000000000000 --- a/archivers/lzo2/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Sat Jul 13 10:31:52 2002 -+++ configure Tue Jul 16 04:08:48 2002 -@@ -7991,6 +7991,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -12064,7 +12065,7 @@ - if test "X$enable_debug" = Xyes; then - CFLAGS="$CFLAGS -O0" - else -- CFLAGS="$CFLAGS -O2" -+ CFLAGS="$CFLAGS" - fi - CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings" - case $MFX_CPU in |