mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
fc6f899691
worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -23490,7 +23490,7 @@
|
|
CPPFLAGS="-DNDEBUG $CPPFLAGS"
|
|
if test "x$GCC" = xyes; then
|
|
CPPFLAGS="-DFLaC__INLINE=__inline__ $CPPFLAGS"
|
|
- CFLAGS="-O3 -funroll-loops -finline-functions -Wall -W -Winline $CFLAGS"
|
|
+ CFLAGS="-Wall -W $CFLAGS"
|
|
fi
|
|
fi
|
|
|