diff options
author | Sam James <sam@gentoo.org> | 2024-12-01 14:09:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 14:09:44 +0000 |
commit | e7f4a6002e07b38ba42a5d65c1962b78360157ff (patch) | |
tree | a697ab05250d267e7f54516ac6c349d6db101dc8 /media-libs | |
parent | media-libs/libsndfile: build w/ -std=gnu17 (diff) | |
download | gentoo-e7f4a6002e07b38ba42a5d65c1962b78360157ff.tar.gz gentoo-e7f4a6002e07b38ba42a5d65c1962b78360157ff.tar.bz2 gentoo-e7f4a6002e07b38ba42a5d65c1962b78360157ff.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.2.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |