diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-17 04:38:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-02-17 04:38:38 +0000 |
commit | 37855b49b343e447231bfe9e8554da0ff14cc16b (patch) | |
tree | 73f1ac636f4404ff246df8a30020eb25d126c971 /sci-mathematics | |
parent | Drop old. (diff) | |
download | gentoo-2-37855b49b343e447231bfe9e8554da0ff14cc16b.tar.gz gentoo-2-37855b49b343e447231bfe9e8554da0ff14cc16b.tar.bz2 gentoo-2-37855b49b343e447231bfe9e8554da0ff14cc16b.zip |
Modified fltk automagic to no instead of empty string
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 90f33f5ef1e9..7f1082c93957 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/octave # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.83 2010/02/12 03:20:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.84 2010/02/17 04:38:38 bicatali Exp $ + + 17 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> octave-3.2.4.ebuild: + Modified fltk automagic to no instead of empty string 12 Feb 2010; Markus Dittrich <markusle@gentoo.org> octave-3.2.4.ebuild: If hdf5 is compiled against MPI we need to use the mpi wrappers to compile diff --git a/sci-mathematics/octave/octave-3.2.4.ebuild b/sci-mathematics/octave/octave-3.2.4.ebuild index ede3b2d5fe53..e8e27bbdc5ec 100644 --- a/sci-mathematics/octave/octave-3.2.4.ebuild +++ b/sci-mathematics/octave/octave-3.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild,v 1.2 2010/02/12 03:20:21 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4.ebuild,v 1.3 2010/02/17 04:38:38 bicatali Exp $ EAPI="2" inherit flag-o-matic xemacs-elisp-common @@ -61,7 +61,7 @@ src_prepare() { } src_configure() { - use fltk || export FLTK_CONFIG="" + use fltk || export FLTK_CONFIG="no" econf \ --localstatedir=/var/state/octave \ --enable-shared \ |