openbsd-ports/audio/flac/patches/patch-configure
2003-04-18 00:28:40 +00:00

40 lines
1.1 KiB
Plaintext

$OpenBSD: patch-configure,v 1.8 2003/04/18 00:28:40 naddy Exp $
--- configure.orig Sat Jan 25 19:41:21 2003
+++ configure Fri Apr 18 01:41:28 2003
@@ -7920,7 +7920,7 @@ else
fi
case "$host" in
- i[3-6]86-*-openbsd*) OBJ_FORMAT=aoutb ;;
+ i386-*-openbsd3.[0-2]) OBJ_FORMAT=aoutb ;;
*) OBJ_FORMAT=elf ;;
esac
@@ -9361,6 +9361,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
@@ -9545,6 +9547,8 @@ echo "$as_me: WARNING: *** id3lib not fo
rm -f conf.id3libtest
+fi
+have_id3lib=no
if test x$have_id3lib = xyes; then
@@ -11251,7 +11255,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