diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-19 16:54:57 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-19 16:54:57 +0000 |
commit | 32cb3f1df749afdd38c89c685defd512815c028a (patch) | |
tree | 1f6a57b0962eb5572c6a263e6246982990b26d76 /audio/flac/files/patch-configure | |
parent | Calcoo is a Gtk-based scientific calculator designed to provide maximum (diff) |
* Update to 1.0.2. Changes in this release include:
- various bug fixes
- support for encapsulating FLAC streams in an Ogg transport layer
* Bump xmms library version number in dependency.
Thanks to sf@ for i386 testing.
Notes
Notes:
svn path=/head/; revision=53346
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r-- | audio/flac/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure new file mode 100644 index 000000000000..a75fb9536693 --- /dev/null +++ b/audio/flac/files/patch-configure @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- configure.orig Thu Jan 17 15:47:34 2002 ++++ configure Thu Jan 17 15:48:42 2002 +@@ -8240,13 +8240,13 @@ + fi + + SAVE_CFLAGS="$CFLAGS" +-CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include -Wall -W' ++CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include' + if test x$debug = xtrue; then + CFLAGS="$CFLAGS -g -O0 -DDEBUG" + else +- CFLAGS="$CFLAGS -O3 -DNDEBUG" ++ CFLAGS="$CFLAGS -DNDEBUG" + if test x$GCC = xyes; then +- CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__" ++ CFLAGS="$CFLAGS -DFLaC__INLINE=__inline__" + fi + fi + CFLAGS="$CFLAGS $SAVE_CFLAGS" |