summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-06-07 13:15:34 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-06-07 13:15:34 +0000
commit882cae9dbda1ce4c3a5a1da5c9fbd2cbbd51c1c6 (patch)
treec89cb5b3a5a1dc225b766c524d4472c02f19f549 /sci-geosciences/gmt
parentfix as-needed properly - bug #370421 (diff)
downloadgentoo-2-882cae9dbda1ce4c3a5a1da5c9fbd2cbbd51c1c6.tar.gz
gentoo-2-882cae9dbda1ce4c3a5a1da5c9fbd2cbbd51c1c6.tar.bz2
gentoo-2-882cae9dbda1ce4c3a5a1da5c9fbd2cbbd51c1c6.zip
Make triangle configure optional. Thanks to Donnie for spotting.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/gmt')
-rw-r--r--sci-geosciences/gmt/ChangeLog5
-rw-r--r--sci-geosciences/gmt/gmt-4.5.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-geosciences/gmt/ChangeLog b/sci-geosciences/gmt/ChangeLog
index bc942d02ed8c..8bd458f7135e 100644
--- a/sci-geosciences/gmt/ChangeLog
+++ b/sci-geosciences/gmt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/gmt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.22 2011/06/07 13:03:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.23 2011/06/07 13:15:34 scarabeus Exp $
+
+ 07 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gmt-4.5.6.ebuild:
+ Make triangle configure optional. Thanks to Donnie for spotting.
*gmt-4.5.6 (07 Jun 2011)
diff --git a/sci-geosciences/gmt/gmt-4.5.6.ebuild b/sci-geosciences/gmt/gmt-4.5.6.ebuild
index b333764b1f01..e39bd0c464c9 100644
--- a/sci-geosciences/gmt/gmt-4.5.6.ebuild
+++ b/sci-geosciences/gmt/gmt-4.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.1 2011/06/07 13:03:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.2 2011/06/07 13:15:34 scarabeus Exp $
EAPI=4
@@ -66,14 +66,14 @@ src_configure() {
--disable-gdal \
--disable-matlab \
--disable-xgrid \
- --disable-triangle \
--enable-shared \
$(use_enable netcdf) \
$(use_enable octave) \
$(use_enable debug devdebug) \
$(use_enable !metric US) \
$(use_enable ps eps) \
- $(use_enable mex)
+ $(use_enable mex) \
+ $(use_enable gmttria triangle)
}
src_install() {