diff options
author | flz <flz@FreeBSD.org> | 2005-06-01 03:41:12 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-06-01 03:41:12 +0800 |
commit | 77c5f943371d23f32860a03e5b6bf99f198467c6 (patch) | |
tree | cb359a326633779a733a899ac56c17273eb40ecf /archivers/lzo/files | |
parent | 9b2b35cf6b7db8d50f532c58142b9d1e91152fa6 (diff) | |
download | freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.tar.gz freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.tar.zst freebsd-ports-gnome-77c5f943371d23f32860a03e5b6bf99f198467c6.zip |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'archivers/lzo/files')
-rw-r--r-- | archivers/lzo/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archivers/lzo/files/patch-configure b/archivers/lzo/files/patch-configure new file mode 100644 index 000000000000..a47c801685cd --- /dev/null +++ b/archivers/lzo/files/patch-configure @@ -0,0 +1,19 @@ +--- 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 |