summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2005-11-26 04:16:10 +0000
committerTom Gall <tgall@gentoo.org>2005-11-26 04:16:10 +0000
commit89ddc6367311ced293103df73523d3e0f3e80dbf (patch)
tree749ae7f25ce4f19738a8161e47232d36a41ee471 /dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild
parentadding dev-libs/luabind to p.mask; bug #113543 (diff)
downloadgentoo-2-89ddc6367311ced293103df73523d3e0f3e80dbf.tar.gz
gentoo-2-89ddc6367311ced293103df73523d3e0f3e80dbf.tar.bz2
gentoo-2-89ddc6367311ced293103df73523d3e0f3e80dbf.zip
address bug #90211 for ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild')
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild
index 5785be1ccae4..e39081a27a61 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.2.1.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/libgcrypt/libgcrypt-1.2.1.ebuild,v 1.18 2005/11/10 15:18:47 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild,v 1.19 2005/11/26 04:16:10 tgall Exp $
inherit eutils
@@ -21,12 +21,17 @@ src_unpack() {
unpack ${A}
epunt_cxx
+ # fix for miss detection of 32 bit ppc
+ cd ${S}
+ epatch ${FILESDIR}/${P}-ppc64-fix.patch
+
# Fix info file to make subsequent index entry work
cd ${S}/doc
epatch ${FILESDIR}/${P}-info-entry-fix.patch
}
src_compile() {
+ econf $(use ppc64) --disable-asm || die
econf $(use_enable nls) --disable-dependency-tracking || die
emake || die
}