From 31e9a963891d9dab1d68f08ca925b356145cbeb6 Mon Sep 17 00:00:00 2001 From: Daniel Ahlberg Date: Tue, 14 Sep 2004 12:01:23 +0000 Subject: Stable on amd64 --- app-crypt/heimdal/ChangeLog | 5 ++++- app-crypt/heimdal/heimdal-0.6.3.ebuild | 10 ++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 9b9c871c1193..1b57a1fa7fb5 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.48 2004/09/13 22:44:54 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.49 2004/09/14 12:01:23 aliz Exp $ + + 14 Sep 2004; Daniel Ahlberg heimdal-0.6.3.ebuild: + Fixed fpic issues. Stable on amd64. 13 Sep 2004; files/heimdal-kadmind, files/heimdal-kpasswdd, heimdal-0.6.3.ebuild: diff --git a/app-crypt/heimdal/heimdal-0.6.3.ebuild b/app-crypt/heimdal/heimdal-0.6.3.ebuild index 5f475c50ecb7..2f91385381e0 100644 --- a/app-crypt/heimdal/heimdal-0.6.3.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.2 2004/09/13 22:44:54 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.3 2004/09/14 12:01:23 aliz Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 ~amd64 ~hppa ~mips" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 amd64 ~hppa ~mips" IUSE="ssl berkdb ipv6 krb4 ldap" PROVIDE="virtual/krb5" @@ -39,6 +39,12 @@ src_unpack() { } src_compile() { + elibtoolize + + aclocal -I cf || die "configure problem" + autoheader || die "configure problem" + automake -a || die "configure problem" + autoconf || die "configure problem" local myconf=" $(use_with ipv6) -- cgit v1.2.3-65-gdbad