openbsd-ports/audio/flac/patches/patch-configure
naddy 71739f1b7d - Update to 1.0.2: bug fixes, optional Ogg encapsulation.
- Drop xmms plugin due to libtool issues.
2002-02-01 15:18:01 +00:00

18 lines
671 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2002/02/01 15:18:02 naddy Exp $
--- configure.orig Tue Dec 4 08:10:10 2001
+++ configure Thu Jan 17 21:24:11 2002
@@ -8240,11 +8240,11 @@ echo "$as_me: error: No unsigned 64 bit
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__"
fi