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 | |
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')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.5.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index ce979718ee64..c8c86cdf32a2 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.39 2008/03/22 06:14:33 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.40 2008/04/11 18:16:41 grobian Exp $ + + 11 Apr 2008; Fabian Groffen <grobian@gentoo.org> gdal-1.5.0-r1.ebuild: + Correct configure argument for sqlite: it's sqlite3 *gdal-1.5.0-r1 (22 Mar 2008) 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)" |