summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-05 07:33:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-05 07:33:46 +0000
commitc1dc6c23ec9a0a3a26d9ad1a20febae8d9e867d7 (patch)
treee249ccd3f8ad0079c8edc817d3f239af338b763b /net-libs/c-client
parentamd64 fix #35956 (diff)
downloadhistorical-c1dc6c23ec9a0a3a26d9ad1a20febae8d9e867d7.tar.gz
historical-c1dc6c23ec9a0a3a26d9ad1a20febae8d9e867d7.tar.bz2
historical-c1dc6c23ec9a0a3a26d9ad1a20febae8d9e867d7.zip
amd64 fix #35956
Diffstat (limited to 'net-libs/c-client')
-rw-r--r--net-libs/c-client/c-client-2002e-r1.ebuild8
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 \