www-client/firefox: specify SHELL on initial emake command in src_configure
authorWilliam <William@undefined.re>
Sat, 30 Apr 2016 11:58:24 +0000 (13:58 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 4 May 2016 07:17:50 +0000 (07:17 +0000)
Gentoo-Bug: https://bugs.gentoo.org/577776
Closes: https://github.com/gentoo/gentoo/pull/1380
Acked-by: Ian Stakenvicius <axs@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
www-client/firefox/firefox-46.0.ebuild

index 80407c0de119b537a8e68e73b9929e76b1a22478..52854ab11a2f819f0a69120c0c3b7da26a237897 100644 (file)
@@ -218,6 +218,7 @@ src_configure() {
        fi
 
        # workaround for funky/broken upstream configure...
+       SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
        emake -f client.mk configure
 }