From 3122f29de0e7621ff2c66113319ad80ed4eb3346 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Wed, 26 Jan 2005 21:35:15 +0000 Subject: fixed compilation errors --- app-crypt/kth-krb/ChangeLog | 5 ++++- app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-crypt/kth-krb') diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog index 6371a26dab51..9417fb10a099 100644 --- a/app-crypt/kth-krb/ChangeLog +++ b/app-crypt/kth-krb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/kth-krb # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.29 2005/01/01 12:33:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.30 2005/01/26 21:35:15 rphillips Exp $ + + 26 Jan 2005; kth-krb-1.2.2-r2.ebuild: + Added Simone's patch for compilation errors. #79634 18 Sep 2004; Daniel Ahlberg kth-krb-1.2.2-r2.ebuild, files/kth-krb-1.2.2-no_libedit.patch: 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() { -- cgit v1.2.3-65-gdbad