summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-01-26 21:35:15 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-01-26 21:35:15 +0000
commit3122f29de0e7621ff2c66113319ad80ed4eb3346 (patch)
tree29b5d610ea3a735d6010c32e927ee6160dc874c2 /app-crypt
parentstable on ppc64 (diff)
downloadgentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.tar.gz
gentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.tar.bz2
gentoo-2-3122f29de0e7621ff2c66113319ad80ed4eb3346.zip
fixed compilation errors
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/kth-krb/ChangeLog5
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
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; <rphillips@gentoo.org> kth-krb-1.2.2-r2.ebuild:
+ Added Simone's patch for compilation errors. #79634
18 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> 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() {