diff options
author | 2006-02-09 20:12:03 +0000 | |
---|---|---|
committer | 2006-02-09 20:12:03 +0000 | |
commit | 47250cc78701943e55939af97e918a175bf477e7 (patch) | |
tree | 043434773069eff287c96ae2135ebaec887a58cc /eclass | |
parent | Mark 4.2.2 stable on alpha (diff) | |
download | gentoo-2-47250cc78701943e55939af97e918a175bf477e7.tar.gz gentoo-2-47250cc78701943e55939af97e918a175bf477e7.tar.bz2 gentoo-2-47250cc78701943e55939af97e918a175bf477e7.zip |
Drop the dummy ltconfig if present.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index accc7ff79bac..8f4a1f8c2068 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -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/eclass/kde.eclass,v 1.146 2006/02/05 17:09:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.147 2006/02/09 20:12:03 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -195,6 +195,10 @@ kde_src_compile() { --with-extra-libs=${KDEDIR}/$(get_libdir)" fi + if grep "cope with newer libtools" "${S}/admin/ltconfig" &> /dev/null; then + einfo "Removing the dummy ltconfig file." + rm "${S}/admin/ltconfig" + fi elibtoolize econf \ ${myconf} \ |