diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-11 09:14:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-11 09:14:54 +0000 |
commit | 8c5964a5ed7f3e95cb8f5863d2034f72c41b6868 (patch) | |
tree | 6779eb3cb2f75c9d0c2146c92205ab44ba4e18a8 /sci-mathematics/octave/octave-2.1.72.ebuild | |
parent | Stable on hppa (bug #132931). (diff) | |
download | gentoo-2-8c5964a5ed7f3e95cb8f5863d2034f72c41b6868.tar.gz gentoo-2-8c5964a5ed7f3e95cb8f5863d2034f72c41b6868.tar.bz2 gentoo-2-8c5964a5ed7f3e95cb8f5863d2034f72c41b6868.zip |
Clean up ebuild a bit more for CC/CXX/LDFLAGS definitions.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'sci-mathematics/octave/octave-2.1.72.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-2.1.72.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/octave/octave-2.1.72.ebuild b/sci-mathematics/octave/octave-2.1.72.ebuild index f4301c410922..f83147b3f337 100644 --- a/sci-mathematics/octave/octave-2.1.72.ebuild +++ b/sci-mathematics/octave/octave-2.1.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.72.ebuild,v 1.5 2006/05/11 08:04:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.72.ebuild,v 1.6 2006/05/11 09:14:54 robbat2 Exp $ inherit flag-o-matic fortran @@ -62,11 +62,11 @@ src_compile() { myconf="${myconf} --with-mpi=mpi" fi else + CC="$(tc-getCC)" + CXX="$(tc-getCXX)" myconf="${myconf} --without-mpi" fi - - LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" \ econf \ $(use_with hdf5) \ |