summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2006-10-31 19:55:55 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2006-10-31 19:55:55 +0000
commit1029b47c678a6039ae22a66cbd47d66f39b3637b (patch)
tree522dc800beae721acfdf977e679c53470765598f /dev-libs/nettle/nettle-1.14.ebuild
parentstable on amd64 (diff)
downloadgentoo-2-1029b47c678a6039ae22a66cbd47d66f39b3637b.tar.gz
gentoo-2-1029b47c678a6039ae22a66cbd47d66f39b3637b.tar.bz2
gentoo-2-1029b47c678a6039ae22a66cbd47d66f39b3637b.zip
Autotools fixups
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-libs/nettle/nettle-1.14.ebuild')
-rw-r--r--dev-libs/nettle/nettle-1.14.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/nettle/nettle-1.14.ebuild b/dev-libs/nettle/nettle-1.14.ebuild
index a7016f6b03c6..794bbbebd9af 100644
--- a/dev-libs/nettle/nettle-1.14.ebuild
+++ b/dev-libs/nettle/nettle-1.14.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.14.ebuild,v 1.1 2006/10/31 19:49:00 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.14.ebuild,v 1.2 2006/10/31 19:55:55 alonbl Exp $
-inherit eutils
+inherit eutils autotools
DESCRIPTION="cryptographic library that is designed to fit easily in any context"
HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
@@ -23,7 +23,8 @@ src_unpack() {
epatch "${FILESDIR}/${P}-make-as-needed.patch"
sed -i \
-e '/CFLAGS/s:-ggdb3::' \
- configure || die
+ configure.ac || die
+ eautoreconf
}
src_compile() {