diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2022-10-27 18:36:53 +0200 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2022-10-27 18:47:47 +0200 |
commit | 8346e17880fc94fb2959a67ff519f77e47d70fd0 (patch) | |
tree | f320d4baab82d3f3d881e9750a468d3e86869982 /audio/flac/files/patch-configure | |
parent | net/freeradius3: Update to 3.2.1 (diff) |
audio/flac: update to 1.4.2
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r-- | audio/flac/files/patch-configure | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure index 4ccb0d555f73..1f47882210cc 100644 --- a/audio/flac/files/patch-configure +++ b/audio/flac/files/patch-configure @@ -1,11 +1,13 @@ ---- configure.orig 2022-09-25 11:57:11 UTC +--- configure.orig 2022-10-27 15:10:23 UTC +++ configure -@@ -20004,7 +20004,7 @@ then : - fi +@@ -21455,8 +21455,8 @@ fi + 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 -- if test "x$HAVE_PREBUILD_FLAG_TAG$HAVEPREBUILD_API_DIR" = "xyesyes"; then -+ if test "x$HAVE_PREBUILT_FLAC_TAG$HAVE_PREBUILT_API_DIR" = "xyesyes"; then - FLaC__HAS_PREBUILT_DOXYGEN_TRUE= - FLaC__HAS_PREBUILT_DOXYGEN_FALSE='#' - else + |