diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-14 12:01:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-14 12:01:23 +0000 |
commit | 31e9a963891d9dab1d68f08ca925b356145cbeb6 (patch) | |
tree | 421523f0d393c1c322d8941b1641aa333a4221c1 /app-crypt | |
parent | Replace missing ~arch keywords on .7 (Manifest recommit) (diff) | |
download | gentoo-2-31e9a963891d9dab1d68f08ca925b356145cbeb6.tar.gz gentoo-2-31e9a963891d9dab1d68f08ca925b356145cbeb6.tar.bz2 gentoo-2-31e9a963891d9dab1d68f08ca925b356145cbeb6.zip |
Stable on amd64
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.3.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
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 <aliz@gentoo.org> heimdal-0.6.3.ebuild: + Fixed fpic issues. Stable on amd64. 13 Sep 2004; <solar@gentoo.org> 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) |