summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Martynov <email@linxon.ru>2020-05-10 08:47:41 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-05-17 19:41:51 +0300
commit7da97a920351fe66ee3fad7264817341342334e6 (patch)
tree54d5578f2106f519aa5c8c38aa628c7a20ca9ff0 /media-gfx
parentgames-emulation/pcsx2: disable gold linker for -9999 (diff)
downloadgentoo-7da97a920351fe66ee3fad7264817341342334e6.tar.gz
gentoo-7da97a920351fe66ee3fad7264817341342334e6.tar.bz2
gentoo-7da97a920351fe66ee3fad7264817341342334e6.zip
media-gfx/zbar: 0.23.1 configure fails with /bin/sh != bash
Closes: https://bugs.gentoo.org/721370 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/15735 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/zbar/zbar-0.23.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/zbar/zbar-0.23.1.ebuild b/media-gfx/zbar/zbar-0.23.1.ebuild
index c284e6b7e988..79c9d2c02b86 100644
--- a/media-gfx/zbar/zbar-0.23.1.ebuild
+++ b/media-gfx/zbar/zbar-0.23.1.ebuild
@@ -193,6 +193,8 @@ multilib_src_configure() {
use test && myeconfargs+=( --without-zbarimg-tests )
fi
+ # use bash (bug 721370)
+ CONFIG_SHELL='/bin/bash' \
ECONF_SOURCE="${S}" \
econf "${myeconfargs[@]}"