diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:49:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:49:23 +0000 |
commit | e8c58c6b92471d63cf0285641edd76878833b892 (patch) | |
tree | 524c9d60b6ab9136f6cd839b120a1c510372fcd4 /audio/flac/files/patch-configure | |
parent | Add patch to work on systems newer than 500036 (diff) |
Update to FLAC 1.1.2. Notable changes:
* better Ogg FLAC support
* speedups
* several new options to flac and metaflac
* several API additions
* streaming support in the XMMS plugin
* bugfixes
Notes
Notes:
svn path=/head/; revision=131400
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r-- | audio/flac/files/patch-configure | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure index b16793a26fae..e335f4533ff4 100644 --- a/audio/flac/files/patch-configure +++ b/audio/flac/files/patch-configure @@ -1,40 +1,17 @@ $FreeBSD$ ---- configure.orig Sun Feb 23 01:11:25 2003 -+++ configure Sun Feb 23 01:11:27 2003 -@@ -7817,6 +7817,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' -@@ -9818,6 +9819,8 @@ - fi - - -+# Disable id3lib detection -+if false; then - - # Check whether --with-id3lib or --without-id3lib was given. - if test "${with_id3lib+set}" = set; then -@@ -10006,6 +10009,8 @@ - - rm -f conf.id3libtest - -+fi -+have_id3lib=no - - - if test x$have_id3lib = xyes; then -@@ -11713,7 +11718,7 @@ +--- configure.orig ++++ configure +@@ -10541,9 +10541,9 @@ if test x$debug = xtrue; then OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -g -O0 -DDEBUG" else -- OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -DNDEBUG" +- OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O2 -DNDEBUG" + OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -DNDEBUG" if test x$GCC = xyes; then - OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__" +- OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__" ++ OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -Wall -W -DFLaC__INLINE=__inline__" fi + fi + CFLAGS="$OUR_CFLAGS_HEAD $CFLAGS" |