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.0.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.0.ebuild')
-rw-r--r--dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild b/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild
index 0569feb5b9bb..ec2af9d7476a 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.2.0.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.0.ebuild,v 1.17 2005/01/28 02:12:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.2.0.ebuild,v 1.18 2005/03/26 20:54:25 vanquirius Exp $
DESCRIPTION="general purpose crypto library based on the code used in GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -12,7 +12,8 @@ KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 ppc-macos s390 sparc ~x86
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