diff options
author | 2013-06-19 16:17:15 +0000 | |
---|---|---|
committer | 2013-06-19 16:17:15 +0000 | |
commit | 2ca394b29a52608ef7ac9c591129558fb52bd56a (patch) | |
tree | f1df9c7978e3c84d557c8fcf29f1098b422dce2d /sci-mathematics/octave/octave-3.6.4.ebuild | |
parent | remove old (diff) | |
download | gentoo-2-2ca394b29a52608ef7ac9c591129558fb52bd56a.tar.gz gentoo-2-2ca394b29a52608ef7ac9c591129558fb52bd56a.tar.bz2 gentoo-2-2ca394b29a52608ef7ac9c591129558fb52bd56a.zip |
More texinfo fix, thanks Caster Ti.Vector (bug #473756)
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-mathematics/octave/octave-3.6.4.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-3.6.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild b/sci-mathematics/octave/octave-3.6.4.ebuild index 7759c25fd2b8..626ac116c194 100644 --- a/sci-mathematics/octave/octave-3.6.4.ebuild +++ b/sci-mathematics/octave/octave-3.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.2 2013/05/22 04:27:11 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.3 2013/06/19 16:17:15 bicatali Exp $ EAPI=5 @@ -91,6 +91,7 @@ src_configure() { --localstatedir="${EPREFIX}/var/state/octave" --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)" + $(use_enable prefix rpath) $(use_enable doc docs) $(use_enable readline) $(use_with curl) @@ -126,6 +127,6 @@ src_install() { autotools-utils_src_install use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log - echo "LDPATH=${EPREFIX}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave doenvd 99octave } |