openbsd-ports/audio/xmms-flac/patches/patch-configure
naddy 2907d55c8c Create separate port for XMMS FLAC input plugin.
- Circumvents libtool build problem.
- Removes xmms dependency from audio/flac.
2002-02-01 15:44:31 +00:00

21 lines
756 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2002/02/01 15:44:31 naddy Exp $
--- configure.orig Tue Dec 4 08:10:10 2001
+++ configure Fri Feb 1 16:23:29 2002
@@ -8240,13 +8240,13 @@ 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__"
+ CFLAGS="$CFLAGS -DFLaC__INLINE=__inline__"
fi
fi
CFLAGS="$CFLAGS $SAVE_CFLAGS"