diff options
Diffstat (limited to 'sci-mathematics/scilab/scilab-4.1.2-r2.ebuild')
-rw-r--r-- | sci-mathematics/scilab/scilab-4.1.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild index b368d87713b9..4ef0a0967b8b 100644 --- a/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild +++ b/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.3 2010/11/08 17:51:19 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r2.ebuild,v 1.4 2010/12/16 15:15:48 jlec Exp $ -inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 +inherit eutils toolchain-funcs multilib autotools java-pkg-opt-2 DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" LICENSE="scilab" @@ -87,7 +87,7 @@ src_compile() { # the tk interface is the default myopts="${myopts} --with-tk" - if [[ ${FORTRANC} == gfortran ]]; then + if [[ $(tc-getFC) == gfortran ]]; then myopts="${myopts} --with-gfortran" fi |