diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 06:37:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-25 06:37:26 +0000 |
commit | 50c312c2ca32885a12a20ea6402d9b2d5b9e7065 (patch) | |
tree | 1d3e90d679d41b9ac0d15d4b22d71ad60da6a6b1 /dev-libs | |
parent | Add patches from the new maintainer, Phil Pennock #125132. Yank ~alpha and (diff) | |
download | gentoo-2-50c312c2ca32885a12a20ea6402d9b2d5b9e7065.tar.gz gentoo-2-50c312c2ca32885a12a20ea6402d9b2d5b9e7065.tar.bz2 gentoo-2-50c312c2ca32885a12a20ea6402d9b2d5b9e7065.zip |
Remove append-flags -fPIC, it's no longer needed since this package builds a
.so #117256
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cdk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20060220.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/cdk/ChangeLog b/dev-libs/cdk/ChangeLog index 4ef4adbfa087..b4f805268637 100644 --- a/dev-libs/cdk/ChangeLog +++ b/dev-libs/cdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cdk # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.32 2006/03/10 02:23:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.33 2006/03/25 06:37:26 agriffis Exp $ + + 25 Mar 2006; Aron Griffis <agriffis@gentoo.org> cdk-5.0.20060220.ebuild: + Remove append-flags -fPIC, it's no longer needed since this package builds a + .so #117256 10 Mar 2006; Aron Griffis <agriffis@gentoo.org> cdk-5.0.20050424.ebuild: Mark 5.0.20050424 stable on ia64 diff --git a/dev-libs/cdk/cdk-5.0.20060220.ebuild b/dev-libs/cdk/cdk-5.0.20060220.ebuild index d58f56f310ff..e2f51d197018 100644 --- a/dev-libs/cdk/cdk-5.0.20060220.ebuild +++ b/dev-libs/cdk/cdk-5.0.20060220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20060220.ebuild,v 1.1 2006/02/23 14:57:43 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20060220.ebuild,v 1.2 2006/03/25 06:37:26 agriffis Exp $ inherit flag-o-matic @@ -20,9 +20,6 @@ DEPEND=">=sys-libs/ncurses-5.2 S="${WORKDIR}/${MY_P}" src_compile() { - # libcdk.a is linked into a shared object in licq - append-flags -fPIC - econf \ --with-ncurses --with-libtool \ || die |