diff options
Diffstat (limited to 'dev-cpp/tbb/tbb-4.2.20131118.ebuild')
-rw-r--r-- | dev-cpp/tbb/tbb-4.2.20131118.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tbb/tbb-4.2.20131118.ebuild b/dev-cpp/tbb/tbb-4.2.20131118.ebuild index 92888b29a164..8c8203c4a4c7 100644 --- a/dev-cpp/tbb/tbb-4.2.20131118.ebuild +++ b/dev-cpp/tbb/tbb-4.2.20131118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild,v 1.1 2014/02/05 18:10:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20131118.ebuild,v 1.2 2014/06/08 08:14:26 jlec Exp $ EAPI=5 inherit eutils flag-o-matic multilib versionator toolchain-funcs @@ -87,7 +87,7 @@ src_prepare() { } src_compile() { - if [[ $(tc-getCXX) == *g++ ]]; then + if [[ $(tc-getCXX) == *g++* ]]; then comp="gcc" elif [[ $(tc-getCXX) == *ic*c ]]; then comp="icc" |