dev-cpp/antlr-cpp: Fix 2.7.7 configure when /bin/sh isn't Bash
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 15 Jul 2017 10:00:08 +0000 (11:00 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 15 Jul 2017 18:17:04 +0000 (19:17 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild

index 905cf314f4fcde9b54b1bd8608f298cca644acf5..576b9c51d9d0df118c8e7c7ab62c0351bbb92ca7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -66,7 +66,7 @@ EOF
 }
 
 multilib_src_configure() {
-       econf \
+       CONFIG_SHELL="${BASH}" econf \
                --disable-csharp \
                --enable-cxx \
                --disable-examples \