mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Multithreaded encoding is now possible in libFLAC and through the flac command line tool. License tweaks from diizzy. PR: 284748
22 lines
611 B
Text
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
|
|
|