diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-01-26 21:35:15 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-01-26 21:35:15 +0000 |
commit | 3122f29de0e7621ff2c66113319ad80ed4eb3346 (patch) | |
tree | 29b5d610ea3a735d6010c32e927ee6160dc874c2 /app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.tar.gz gentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.tar.bz2 gentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.zip |
fixed compilation errors
Diffstat (limited to 'app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild')
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild index 17b49147c04e..e51a9b559e9b 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.2-r2.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/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.7 2005/01/01 12:33:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.8 2005/01/26 21:35:15 rphillips Exp $ inherit eutils @@ -28,7 +28,8 @@ src_unpack() { epatch ${FILESDIR}/${P}-fPIC.patch epatch ${FILESDIR}/${P}-no_libedit.patch - autoconf || die + autoreconf || die + libtoolize --copy --force } src_compile() { |