31 lines
910 B
Plaintext
31 lines
910 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2003/04/18 00:28:40 naddy Exp $
|
|
--- configure.orig Mon Feb 24 01:42:48 2003
|
|
+++ configure Mon Feb 24 01:44:20 2003
|
|
@@ -9818,6 +9818,8 @@ _ACEOF
|
|
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 +10008,8 @@ echo "$as_me: WARNING: *** id3lib not fo
|
|
|
|
rm -f conf.id3libtest
|
|
|
|
+fi
|
|
+have_id3lib=no
|
|
|
|
|
|
if test x$have_id3lib = xyes; then
|
|
@@ -11713,7 +11717,7 @@ 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 -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
|