commit: e7f4a6002e07b38ba42a5d65c1962b78360157ff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 1 14:09:44 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 14:09:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f4a600
media-libs/libsndfile: build (just) 1.2.2-r2 w/ bash It's fixed upstream in git. Closes: https://bugs.gentoo.org/923921 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild index cc757814a3f7..21634fd6b8ab 100644 --- a/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild +++ b/media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild @@ -57,7 +57,8 @@ src_configure() { } multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ + # CONFIG_SHELL hack can be dropped >1.2.2 (bug #923921) + CONFIG_SHELL="${BROOT}"/bin/bash ECONF_SOURCE="${S}" econf \ --disable-octave \ --disable-static \ --disable-werror \
