eb69de1228
* better Ogg FLAC support * speedups * several new options to flac and metaflac * several API additions * streaming support in the XMMS plugin * bugfixes
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
$OpenBSD: patch-configure,v 1.6 2005/03/09 00:15:14 naddy Exp $
|
|
--- configure.orig Sat Feb 5 03:22:32 2005
|
|
+++ configure Tue Mar 8 17:28:12 2005
|
|
@@ -10541,9 +10541,9 @@ OUR_CFLAGS_HEAD='-I$(top_builddir) -I$(s
|
|
if test x$debug = xtrue; then
|
|
OUR_CFLAGS_HEAD="$OUR_CFLAGS_HEAD -g -O0 -DDEBUG"
|
|
else
|
|
- 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 -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"
|
|
@@ -11586,7 +11586,7 @@ s,@XMMS_GENERAL_PLUGIN_DIR@,$XMMS_GENERA
|
|
s,@XMMS_EFFECT_PLUGIN_DIR@,$XMMS_EFFECT_PLUGIN_DIR,;t t
|
|
s,@FLaC__HAS_XMMS_TRUE@,$FLaC__HAS_XMMS_TRUE,;t t
|
|
s,@FLaC__HAS_XMMS_FALSE@,$FLaC__HAS_XMMS_FALSE,;t t
|
|
-s,@LIBICONV@,$LIBICONV,;t t
|
|
+s,@LIBICONV@,$LTLIBICONV,;t t
|
|
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
|
s,@DOXYGEN@,$DOXYGEN,;t t
|
|
s,@FLaC__HAS_DOXYGEN_TRUE@,$FLaC__HAS_DOXYGEN_TRUE,;t t
|