diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 07:33:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 07:33:46 +0000 |
commit | 95330ca476980e4d05d5bf7ab7604153644b823a (patch) | |
tree | 75046e108bdba9a343adb3a628fcfe4d53e02e09 /net-libs | |
parent | amd64 fix #35956 (diff) | |
download | gentoo-2-95330ca476980e4d05d5bf7ab7604153644b823a.tar.gz gentoo-2-95330ca476980e4d05d5bf7ab7604153644b823a.tar.bz2 gentoo-2-95330ca476980e4d05d5bf7ab7604153644b823a.zip |
amd64 fix #35956
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/c-client/c-client-2002e-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/c-client/c-client-2002e-r1.ebuild b/net-libs/c-client/c-client-2002e-r1.ebuild index e9fa4f17aea9..7a0ff39cc882 100644 --- a/net-libs/c-client/c-client-2002e-r1.ebuild +++ b/net-libs/c-client/c-client-2002e-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2002e-r1.ebuild,v 1.4 2004/02/02 02:45:35 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2002e-r1.ebuild,v 1.5 2004/02/05 07:33:46 vapier Exp $ MY_PN=imap MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="UW IMAP c-client library" -SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" HOMEPAGE="http://www.washington.edu/imap/" +SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc ppc hppa alpha ia64 ~amd64" +KEYWORDS="x86 sparc ppc hppa alpha ia64 amd64" IUSE="ssl pic" PROVIDE="virtual/imap-c-client" @@ -30,7 +30,7 @@ src_unpack() { chmod -R ug+w ${S} # alpha needs -fPIC - use pic || use alpha && append-flags -fPIC + use pic || use alpha || use amd64 && append-flags -fPIC # Modifications so we can build it optimially and correctly sed \ |