diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 15:55:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-06 15:55:15 +0000 |
commit | 46c4cadd6c6d008761db843061f02b36b294abff (patch) | |
tree | bdffc3f286013a9be092c2fc3b6071e8cd909a50 /sci-libs | |
parent | Initial commmit. Ebuild based on the one by sping in betagarden overlay. Assi... (diff) | |
download | gentoo-2-46c4cadd6c6d008761db843061f02b36b294abff.tar.gz gentoo-2-46c4cadd6c6d008761db843061f02b36b294abff.tar.bz2 gentoo-2-46c4cadd6c6d008761db843061f02b36b294abff.zip |
leave rpath stuff to default cmake-utils eclass, so prefix links properly
(Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.9-r1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index 23b725f28fd4..3822461b52c9 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.41 2012/07/06 14:31:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.42 2012/07/06 15:55:15 bicatali Exp $ + + 06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.9-r1.ebuild: + leave rpath stuff to default cmake-utils eclass, so prefix links properly 06 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -plplot-5.9.9.ebuild, metadata.xml, plplot-5.9.9-r1.ebuild: diff --git a/sci-libs/plplot/plplot-5.9.9-r1.ebuild b/sci-libs/plplot/plplot-5.9.9-r1.ebuild index 76793d43efa0..75b8c2b94b8a 100644 --- a/sci-libs/plplot/plplot-5.9.9-r1.ebuild +++ b/sci-libs/plplot/plplot-5.9.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.3 2012/07/06 14:31:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.4 2012/07/06 15:55:15 bicatali Exp $ EAPI=4 @@ -95,8 +95,6 @@ src_prepare() { src_configure() { mycmakeargs=( - -DUSE_RPATH=OFF - -DUSE_RELATIVE_PATH=OFF -DDEFAULT_ALL_DEVICES=ON -DTEST_DYNDRIVERS=OFF -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)" |