diff options
author | Emanuele Giaquinta <exg@gentoo.org> | 2006-07-05 23:27:41 +0000 |
---|---|---|
committer | Emanuele Giaquinta <exg@gentoo.org> | 2006-07-05 23:27:41 +0000 |
commit | 9a583808341a125ad926260cacb0809b06999b16 (patch) | |
tree | accb8a4cecfb3614bbc1fb48c0f6d84063ffabfa /app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild | |
parent | Stable on SPARC wrt bug #135093. (diff) | |
download | gentoo-2-9a583808341a125ad926260cacb0809b06999b16.tar.gz gentoo-2-9a583808341a125ad926260cacb0809b06999b16.tar.bz2 gentoo-2-9a583808341a125ad926260cacb0809b06999b16.zip |
Fix build when configure is regenerated using autoconf-2.60 by
ed@catmur.co.uk, bug #138535. Use ewarn consistenly, bug #137484.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild')
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild index a8d2ae1ecc1f..1484aa68d56d 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild,v 1.12 2006/06/29 20:31:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r1.ebuild,v 1.13 2006/07/05 23:27:41 exg Exp $ inherit eutils flag-o-matic versionator autotools @@ -38,6 +38,7 @@ src_unpack() { ebegin "Reconfiguring configure scripts (be patient)" cd ${S}/appl/telnet autoreconf --force -I ${S} + sed -i 's/^# \(@lib\(obj\)\?_frag@\)/\1/' libtelnet/Makefile.in eend $? } @@ -133,9 +134,9 @@ pkg_postinst() { fi echo "" ewarn "PLEASE READ THIS" - einfo "This release of mit-krb5 now depends on an external version" - einfo "of the com_err library. Please make sure to run revdep-rebuild" - einfo "to ensure the integrity of the linking on your system" + ewarn "This release of mit-krb5 now depends on an external version" + ewarn "of the com_err library. Please make sure to run revdep-rebuild" + ewarn "to ensure the integrity of the linking on your system" echo "" epause 10 ebeep |