summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-07-06 15:55:15 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-07-06 15:55:15 +0000
commit46c4cadd6c6d008761db843061f02b36b294abff (patch)
treebdffc3f286013a9be092c2fc3b6071e8cd909a50 /sci-libs/plplot/plplot-5.9.9-r1.ebuild
parentInitial commmit. Ebuild based on the one by sping in betagarden overlay. Assi... (diff)
downloadgentoo-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/plplot/plplot-5.9.9-r1.ebuild')
-rw-r--r--sci-libs/plplot/plplot-5.9.9-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
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)"