diff options
Diffstat (limited to 'dev-libs/apr/apr-1.2.7-r3.ebuild')
-rw-r--r-- | dev-libs/apr/apr-1.2.7-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/apr/apr-1.2.7-r3.ebuild b/dev-libs/apr/apr-1.2.7-r3.ebuild index 42a93b2aebbd..b415ce0ba7d6 100644 --- a/dev-libs/apr/apr-1.2.7-r3.ebuild +++ b/dev-libs/apr/apr-1.2.7-r3.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/dev-libs/apr/apr-1.2.7-r3.ebuild,v 1.2 2006/09/10 17:32:03 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.2.7-r3.ebuild,v 1.3 2006/10/15 20:15:33 vericgar Exp $ inherit autotools @@ -75,6 +75,10 @@ src_install() { make DESTDIR="${D}" install || die "make install failed" + # This file is only used on AIX systems, which gentoo is not, + # and causes collisions between the SLOTs, so kill it + rm ${D}/usr/$(get_libdir)/apr.exp + dodoc CHANGES NOTICE LICENSE } |