diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-04-11 18:16:41 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-04-11 18:16:41 +0000 |
commit | d65d2fc9bde245a1446da48595b6b10c61d493ba (patch) | |
tree | 8ba0e9394d1ac7f9f594067e1a8e67105b50b6e0 /sci-libs/gdal/gdal-1.5.0-r1.ebuild | |
parent | Update ppc patch to replace HOST_CPU powerpc64 with ppc. Add ~ppc64. Bug #217219 (diff) | |
download | gentoo-2-d65d2fc9bde245a1446da48595b6b10c61d493ba.tar.gz gentoo-2-d65d2fc9bde245a1446da48595b6b10c61d493ba.tar.bz2 gentoo-2-d65d2fc9bde245a1446da48595b6b10c61d493ba.zip |
Correct configure argument for sqlite: it's sqlite3
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/gdal/gdal-1.5.0-r1.ebuild')
-rw-r--r-- | sci-libs/gdal/gdal-1.5.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-1.5.0-r1.ebuild b/sci-libs/gdal/gdal-1.5.0-r1.ebuild index 917bd1d7593e..c36154337ade 100644 --- a/sci-libs/gdal/gdal-1.5.0-r1.ebuild +++ b/sci-libs/gdal/gdal-1.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.1 2008/03/22 06:14:33 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.5.0-r1.ebuild,v 1.2 2008/04/11 18:16:41 grobian Exp $ WANT_AUTOCONF="2.5" inherit autotools distutils eutils perl-module toolchain-funcs @@ -95,7 +95,7 @@ src_compile() { $(use_with postgres pg) $(use_with python) $(use_with ruby) \ $(use_with threads) $(use_with fits cfitsio) $(use_with perl) \ $(use_with netcdf) $(use_with hdf hdf4) $(use_with geos) \ - $(use_with sqlite) $(use_with jpeg2k jasper) $(use_with odbc) \ + $(use_with sqlite sqlite3) $(use_with jpeg2k jasper) $(use_with odbc) \ $(use_with gml xerces) $(use_with hdf5) $(use_with curl) \ $(use_enable debug)" |