aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cdrdao/files/patch-configure.ac')
-rw-r--r--sysutils/cdrdao/files/patch-configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdrdao/files/patch-configure.ac b/sysutils/cdrdao/files/patch-configure.ac
index 0c886722dd1e..271db14b218a 100644
--- a/sysutils/cdrdao/files/patch-configure.ac
+++ b/sysutils/cdrdao/files/patch-configure.ac
@@ -1,9 +1,9 @@
Remove redundant check for libao which causes it to always be required even if
mp3 and ogg support are disabled.
---- configure.ac.orig 2023-02-03 14:46:06 UTC
+--- configure.ac.orig 2025-12-05 11:17:35 UTC
+++ configure.ac
-@@ -314,8 +314,10 @@ dnl Check for libao
+@@ -319,8 +319,10 @@ dnl Check for libao
esac
dnl Check for libao
@@ -14,7 +14,7 @@ mp3 and ogg support are disabled.
dnl Check for OGG support
if test "$with_ogg_support" = yes; then
-@@ -339,12 +341,6 @@ if test "$with_mp3_support" = yes; then
+@@ -344,12 +346,6 @@ if test "$with_mp3_support" = yes; then
echo "MP3 support disabled"; with_mp3_support=no
fi
fi