summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-03-26 20:54:25 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-03-26 20:54:25 +0000
commitb3ca3f75ff98d9e542ee7bef8c64be83366f0608 (patch)
tree5fb3c8efe0642eb441e0ea62495ccbb5d841a02b /dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild
parentMake shared object on x86 without -fPIC because the asm isn't PIC safe. (diff)
downloadgentoo-2-b3ca3f75ff98d9e542ee7bef8c64be83366f0608.tar.gz
gentoo-2-b3ca3f75ff98d9e542ee7bef8c64be83366f0608.tar.bz2
gentoo-2-b3ca3f75ff98d9e542ee7bef8c64be83366f0608.zip
bug 86456
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild')
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild
index 9e76eea78479..bfe59f46569d 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.2 2005/03/01 18:50:40 kito Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.1.ebuild,v 1.3 2005/03/26 20:54:25 vanquirius Exp $
inherit eutils
@@ -14,7 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~spa
IUSE="nls"
DEPEND="dev-libs/libgpg-error"
-RDEPEND="nls? ( sys-devel/gettext )"
+RDEPEND="nls? ( sys-devel/gettext )
+ dev-libs/libgpg-error"
src_compile() {
econf $(use_enable nls) --disable-dependency-tracking || die