diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 15:43:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-10 15:43:13 +0000 |
commit | cb76c4420fb64bd5a4918288fd111025f0041b72 (patch) | |
tree | c8a5d3f22122267ead31bca40f0957ec1f12f774 /audio/xmms-flac/files/patch-configure | |
parent | Remove option to build the XMMS plugin, which will instead be spun (diff) |
Spin off the XMMS FLAC plugin into its proper port.
PR: 52456
Suggested by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=82693
Diffstat (limited to 'audio/xmms-flac/files/patch-configure')
-rw-r--r-- | audio/xmms-flac/files/patch-configure | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/audio/xmms-flac/files/patch-configure b/audio/xmms-flac/files/patch-configure new file mode 100644 index 000000000000..b16793a26fae --- /dev/null +++ b/audio/xmms-flac/files/patch-configure @@ -0,0 +1,40 @@ + +$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 @@ + 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 -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__" + fi |