summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 12:13:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 12:13:21 +0000
commit387bc582664c5ca540614b53447cfcf7837771de (patch)
tree65af8e62c4da64fa92e9499d115c996e0dd0d3da /sci-libs
parentRemove --with-gnu-ld option, bug #108386. (diff)
downloadhistorical-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')
-rw-r--r--sci-libs/gdal/ChangeLog5
-rw-r--r--sci-libs/gdal/gdal-1.3.1.ebuild4
-rw-r--r--sci-libs/hdf5/ChangeLog5
-rw-r--r--sci-libs/hdf5/hdf5-1.6.4.ebuild4
4 files changed, 12 insertions, 6 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) \
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog
index bc14cdb0fcf9..3c239f094a3d 100644
--- a/sci-libs/hdf5/ChangeLog
+++ b/sci-libs/hdf5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/hdf5
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.7 2005/09/11 05:38:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.8 2005/12/16 12:12:09 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hdf5-1.6.4.ebuild:
+ Remove --with-gnu-ld option, bug #108386.
11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> hdf5-1.6.2.ebuild:
stable bump for sparc
diff --git a/sci-libs/hdf5/hdf5-1.6.4.ebuild b/sci-libs/hdf5/hdf5-1.6.4.ebuild
index 5888289ac9df..d69ada65acd2 100644
--- a/sci-libs/hdf5/hdf5-1.6.4.ebuild
+++ b/sci-libs/hdf5/hdf5-1.6.4.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/hdf5/hdf5-1.6.4.ebuild,v 1.1 2005/04/17 20:55:44 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.2 2005/12/16 12:12:09 flameeyes Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
use mpi && \
export CC="/usr/bin/mpicc"
- ./configure ${myconf} --enable-linux-lfs --with-gnu-ld \
+ ./configure ${myconf} --enable-linux-lfs \
--prefix=/usr \
--sysconfdir=/etc \
--infodir=/usr/share/info \