diff options
author | 2005-12-16 12:03:28 +0000 | |
---|---|---|
committer | 2005-12-16 12:03:28 +0000 | |
commit | 9604e0f63904149e0a72f690cf5cf6cce4de2cb5 (patch) | |
tree | 5e32db547c55c1fc57c2a6ef73bd9fb9a401b8d5 /dev-libs/tc2 | |
parent | Remove --with-gnu-ld option, bug #108386. (diff) | |
download | historical-9604e0f63904149e0a72f690cf5cf6cce4de2cb5.tar.gz historical-9604e0f63904149e0a72f690cf5cf6cce4de2cb5.tar.bz2 historical-9604e0f63904149e0a72f690cf5cf6cce4de2cb5.zip |
Remove --with-gnu-ld option, bug #108386.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-libs/tc2')
-rw-r--r-- | dev-libs/tc2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/tc2/tc2-0.6.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/tc2/ChangeLog b/dev-libs/tc2/ChangeLog index 049f6143cc4d..1b4cbf175da2 100644 --- a/dev-libs/tc2/ChangeLog +++ b/dev-libs/tc2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/tc2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/ChangeLog,v 1.8 2005/05/08 22:17:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/ChangeLog,v 1.9 2005/12/16 12:02:34 flameeyes Exp $ + + 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> tc2-0.6.0.ebuild: + Remove --with-gnu-ld option, bug #108386. 08 May 2005; Aron Griffis <agriffis@gentoo.org> tc2-0.5.6.ebuild: stable on ia64 diff --git a/dev-libs/tc2/tc2-0.6.0.ebuild b/dev-libs/tc2/tc2-0.6.0.ebuild index 5787483ee114..621f08727aa8 100644 --- a/dev-libs/tc2/tc2-0.6.0.ebuild +++ b/dev-libs/tc2/tc2-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/tc2-0.6.0.ebuild,v 1.3 2004/07/14 15:09:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2/tc2-0.6.0.ebuild,v 1.4 2005/12/16 12:02:34 flameeyes Exp $ IUSE="static debug" @@ -17,7 +17,6 @@ DEPEND=">=dev-libs/libtc-1.1.0" src_compile() { local myconf - myconf="--with-gnu-ld" use debug && myconf="${myconf} --enable-debug" use static && myconf="${myconf} --enable-static" econf ${myconf} || die "configure failed" |