ports/audio/flac/files/patch-configure
Christian Weisgerber deccc5bdc4 audio/flac: update to 1.5.0
Multithreaded encoding is now possible in libFLAC and through the
flac command line tool.

License tweaks from diizzy.

PR:		284748
2025-03-02 22:40:52 +01:00

22 lines
611 B
Text

--- configure.orig 2025-02-10 14:21:36 UTC
+++ configure
@@ -19899,7 +19899,7 @@ fi
fi
-if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/modules.html" ; then
+if test ! -n "$DOXYGEN" && test -f "$srcdir/doc/FLAC.tag" && test -f "$srcdir/doc/api/index.html" ; then
HAS_PREBUILT_DOXYGEN=yes
fi
if test "x$HAS_PREBUILT_DOXYGEN" = xyes; then
@@ -22374,8 +22374,8 @@ then :
if test "x${ax_enable_debug}" = "xno"
then :
- CFLAGS="-O3 -funroll-loops $CFLAGS"
- CXXFLAGS="-O3 $CXXFLAGS"
+ #CFLAGS="-O3 -funroll-loops $CFLAGS"
+ #CXXFLAGS="-O3 $CXXFLAGS"
fi