diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-05 16:37:28 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-05 16:37:28 +0000 |
commit | ee616e5b3d445795893ccfd3e85994f8da801141 (patch) | |
tree | 6beed3fefde0bc97a5b21d5f9060f52b66dd14c1 /audio/flac/files/patch-configure | |
parent | Do not install .la library wrappers. (diff) |
Update to 1.0.4. Notable improvements:
- vorbis comment and id3v1/v2 support in the plugins
- bug fixes for 24-bit handling
- x86 encoder and decoder speedups
- reduced memory requirements
Notes
Notes:
svn path=/head/; revision=67337
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r-- | audio/flac/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure index b4f13f6d5d9e..5d034e4ec7ba 100644 --- a/audio/flac/files/patch-configure +++ b/audio/flac/files/patch-configure @@ -1,9 +1,17 @@ $FreeBSD$ ---- configure.orig Sat Jul 6 15:49:41 2002 -+++ configure Sat Jul 6 15:49:54 2002 -@@ -9995,7 +9995,7 @@ +--- configure.orig Wed Sep 25 06:53:08 2002 ++++ configure Sat Oct 5 14:48:41 2002 +@@ -7333,6 +7333,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' +@@ -11113,7 +11114,7 @@ if test x$debug = xtrue; then OUR_CFLAGS_TAIL="-g -O0 -DDEBUG" else |