mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
* Fix automagic dependency on sndfile * Fix broken SIGFPE config test on musl * Use external libintl * EAPI 8 Closes: https://bugs.gentoo.org/924246 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/36306 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
27 lines
708 B
Diff
27 lines
708 B
Diff
--- a/configure.ac 2020-05-17 13:08:52.000000000 +0300
|
|
+++ b/configure.ac 2024-04-18 07:54:45.000000000 +0300
|
|
@@ -24,7 +24,6 @@
|
|
|
|
# Checks for libraries.
|
|
AC_CHECK_LIB([m], [floor])
|
|
-AC_CHECK_LIB([sndfile], [sf_open])
|
|
AC_CHECK_LIB([check], [fail_if])
|
|
AC_CHECK_LIB([dmalloc], [dmalloc_debug])
|
|
|
|
@@ -71,7 +70,7 @@
|
|
fi
|
|
|
|
# GNU gettext
|
|
-AM_GNU_GETTEXT
|
|
+AM_GNU_GETTEXT(external)
|
|
AM_GNU_GETTEXT_VERSION(0.19.8)
|
|
|
|
# directory containing configuration support files
|
|
--- a/Makefile.am 2014-07-27 21:32:03.000000000 +0400
|
|
+++ b/Makefile.am 2024-04-18 07:54:01.400000000 +0300
|
|
@@ -1,4 +1,4 @@
|
|
-SUBDIRS = doc intl po src testsuite
|
|
+SUBDIRS = doc po src testsuite
|
|
|
|
EXTRA_DIST = config.rpath \
|
|
autogen.sh \
|