diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 03:06:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-25 03:06:51 +0000 |
commit | 734a00540388fc25015d5da622a0c7e26d10a2e3 (patch) | |
tree | 8f2a0e92cbfc939bc6540296e664c63f86222035 /dev-libs/cdk/cdk-4.9.11.20031210.ebuild | |
parent | Marking 2.10.4 stable (x86) (diff) | |
download | gentoo-2-734a00540388fc25015d5da622a0c7e26d10a2e3.tar.gz gentoo-2-734a00540388fc25015d5da622a0c7e26d10a2e3.tar.bz2 gentoo-2-734a00540388fc25015d5da622a0c7e26d10a2e3.zip |
licq links against libcdk.a, so it needs to be build with -fPIC. Add
cdk-4.9.10.20020809-r1 ia64-only edition to force users to get the fix.
Additionally add cdk-4.9.11.20031210-r2 (~arch) which turns on -fPIC for all
arches.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-libs/cdk/cdk-4.9.11.20031210.ebuild')
-rw-r--r-- | dev-libs/cdk/cdk-4.9.11.20031210.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/cdk/cdk-4.9.11.20031210.ebuild b/dev-libs/cdk/cdk-4.9.11.20031210.ebuild index 05332b06f239..6ad7927ad8ac 100644 --- a/dev-libs/cdk/cdk-4.9.11.20031210.ebuild +++ b/dev-libs/cdk/cdk-4.9.11.20031210.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/dev-libs/cdk/cdk-4.9.11.20031210.ebuild,v 1.3 2005/04/01 20:19:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-4.9.11.20031210.ebuild,v 1.4 2005/08/25 03:06:51 agriffis Exp $ MY_P=${P/.2003/-2003} DESCRIPTION="A library of curses widgets" @@ -9,7 +9,7 @@ SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc ~x86 ~sparc ~amd64 ~alpha ~ia64 ~s390 ~ppc64" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" @@ -17,6 +17,8 @@ DEPEND=">=sys-libs/ncurses-5.2" S="${WORKDIR}/${MY_P}" src_compile() { + use ia64 && append-flags -fPIC + econf \ --with-ncurses \ || die "configure failed" |