summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-06-11 14:06:16 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-06-11 14:06:16 +0000
commit8811af4882b5b253ca14eafbce0f413a48d70cc8 (patch)
tree2064d932a15e04aa133bf7bb83ca00e3251e7bbd /sci-libs/gdal
parentrecommit manifest as cvs again died... (diff)
downloadhistorical-8811af4882b5b253ca14eafbce0f413a48d70cc8.tar.gz
historical-8811af4882b5b253ca14eafbce0f413a48d70cc8.tar.bz2
historical-8811af4882b5b253ca14eafbce0f413a48d70cc8.zip
Build with any tiff version, but make sure it is always the external one.
Package-Manager: portage-2.2.0_alpha39/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r--sci-libs/gdal/ChangeLog8
-rw-r--r--sci-libs/gdal/gdal-1.8.0-r1.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index fe129bd0caf9..1e1f6f7dd5b3 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.110 2011/06/11 11:49:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.111 2011/06/11 14:06:16 scarabeus Exp $
+
+ 11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0-r1.ebuild:
+ Build with any tiff version, but make sure it is always the external one.
+
+ 11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> gdal-1.8.0-r1.ebuild:
+ Build with any tiff version, but make sure it is always the external one.
11 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gdal-1.7.3.ebuild,
-gdal-1.8.0.ebuild, gdal-1.8.0-r1.ebuild:
diff --git a/sci-libs/gdal/gdal-1.8.0-r1.ebuild b/sci-libs/gdal/gdal-1.8.0-r1.ebuild
index 47c3137aa2be..39ddb3d4bd50 100644
--- a/sci-libs/gdal/gdal-1.8.0-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.8.0-r1.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-libs/gdal/gdal-1.8.0-r1.ebuild,v 1.2 2011/06/11 11:49:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.8.0-r1.ebuild,v 1.3 2011/06/11 14:06:16 scarabeus Exp $
EAPI="2"
@@ -23,7 +23,7 @@ IUSE="+aux_xml curl debug doc ecwj2k fits geos gif gml hdf5 jpeg jpeg2k mysql ne
RDEPEND="
dev-libs/expat
- >=media-libs/tiff-4.0.0_beta6
+ media-libs/tiff
sci-libs/libgeotiff
sys-libs/zlib
curl? ( net-misc/curl )
@@ -123,8 +123,8 @@ src_configure() {
--with-ogr \
--with-grib \
--with-vfk \
- --with-libtiff \
- --with-geotiff \
+ --with-libtiff=external \
+ --with-geotiff=external \
$(use_enable debug) \
$(use_with postgres pg) \
$(use_with fits cfitsio) \