diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-07-15 11:00:08 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-07-15 19:17:04 +0100 |
commit | 74cefeb97600d6d2ae01d9f14ce483ab4b3dd885 (patch) | |
tree | 86200374d367c44bb6f123f7e2d6f1d76b6a2077 /dev-cpp/antlr-cpp | |
parent | sys-process/systemd-cron: bump (diff) | |
download | gentoo-74cefeb97600d6d2ae01d9f14ce483ab4b3dd885.tar.gz gentoo-74cefeb97600d6d2ae01d9f14ce483ab4b3dd885.tar.bz2 gentoo-74cefeb97600d6d2ae01d9f14ce483ab4b3dd885.zip |
dev-cpp/antlr-cpp: Fix 2.7.7 configure when /bin/sh isn't Bash
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-cpp/antlr-cpp')
-rw-r--r-- | dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild index 905cf314f4fc..576b9c51d9d0 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild @@ -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 \ |