diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:41:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:41:12 +0000 |
commit | ed71e2f70d471f4e7d7a0198e0965d94f9635f57 (patch) | |
tree | 4fc9d0d2332a96fbc7b6b3b553bfaf6ca10b2632 /archivers/lzo/files/patch-configure | |
parent | fix plist. 0.4.2 added some files. (diff) |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=136555
Diffstat (limited to 'archivers/lzo/files/patch-configure')
-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 |