summaryrefslogtreecommitdiff
path: root/audio/flac/files/patch-configure
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2023-06-26 22:23:31 +0200
committerChristian Weisgerber <naddy@FreeBSD.org>2023-06-26 22:26:21 +0200
commit7a00365c6911b28d5cd5567cda82b086e21423ef (patch)
treed501bcfc97d5298a31c12eb81df1dad4ea076dfd /audio/flac/files/patch-configure
parentdevel/bitkeeper: Flag BROKEN under 14-CURRENT (diff)
audio/flac: update to 1.4.3
Improve the flac tool's handling of foreign metadata on decoding a file (i.e. restoring the foreign metadata) and add a few features to the metaflac tool. Both tools have been vetted with fuzzing, resulting in numerous small fixes. All PowerPC-specific code has been removed. PR: 272185
Diffstat (limited to 'audio/flac/files/patch-configure')
-rw-r--r--audio/flac/files/patch-configure14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/flac/files/patch-configure b/audio/flac/files/patch-configure
index 1f47882210cc..28ef3a0e1f8c 100644
--- a/audio/flac/files/patch-configure
+++ b/audio/flac/files/patch-configure
@@ -1,13 +1,13 @@
---- configure.orig 2022-10-27 15:10:23 UTC
+--- configure.orig 2023-06-22 08:50:43 UTC
+++ configure
-@@ -21455,8 +21455,8 @@ fi
- if test "x${ax_enable_debug}" = "xno"
+@@ -21404,8 +21404,8 @@ if test x$ac_cv_c_compiler_gnu = xyes -o x$xiph_cv_c_c
+ if test "x${ax_enable_debug}" = "xno"
then :
-- CFLAGS="-O3 -funroll-loops $CFLAGS"
-- CXXFLAGS="-O3 $CXXFLAGS"
-+ #CFLAGS="-O3 -funroll-loops $CFLAGS"
-+ #CXXFLAGS="-O3 $CXXFLAGS"
+- CFLAGS="-O3 -funroll-loops $CFLAGS"
+- CXXFLAGS="-O3 $CXXFLAGS"
++ #CFLAGS="-O3 -funroll-loops $CFLAGS"
++ #CXXFLAGS="-O3 $CXXFLAGS"
fi