diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 12:13:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-16 12:13:21 +0000 |
commit | 387bc582664c5ca540614b53447cfcf7837771de (patch) | |
tree | 65af8e62c4da64fa92e9499d115c996e0dd0d3da /sci-libs/gdal | |
parent | Remove --with-gnu-ld option, bug #108386. (diff) | |
download | historical-387bc582664c5ca540614b53447cfcf7837771de.tar.gz historical-387bc582664c5ca540614b53447cfcf7837771de.tar.bz2 historical-387bc582664c5ca540614b53447cfcf7837771de.zip |
Remove --with-gnu-ld option, bug #108386.
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gdal/gdal-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog index d7f66ffe83fa..5cabaa396c66 100644 --- a/sci-libs/gdal/ChangeLog +++ b/sci-libs/gdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gdal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.20 2005/12/03 21:12:46 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.21 2005/12/16 12:13:21 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gdal-1.3.1.ebuild: + Remove --with-gnu-ld option, bug #108386. 03 Dec 2005; Steve Arnold <nerdboy@gentoo.org> +files/gdal-gcc4.patch, gdal-1.2.6-r4.ebuild, gdal-1.3.0-r1.ebuild, gdal-1.3.1.ebuild: diff --git a/sci-libs/gdal/gdal-1.3.1.ebuild b/sci-libs/gdal/gdal-1.3.1.ebuild index 0e966cb1a8dc..7570bc7458d8 100644 --- a/sci-libs/gdal/gdal-1.3.1.ebuild +++ b/sci-libs/gdal/gdal-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.5 2005/12/05 17:09:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.3.1.ebuild,v 1.6 2005/12/16 12:13:21 flameeyes Exp $ inherit eutils libtool gnuconfig distutils toolchain-funcs @@ -63,7 +63,7 @@ src_unpack() { src_compile() { distutils_python_version - pkg_conf="--enable-static=no --enable-shared=yes --with-gnu-ld \ + pkg_conf="--enable-static=no --enable-shared=yes \ --with-libgrass=no" use_conf="$(use_with jpeg) $(use_with png) \ |