diff options
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.2.3.ebuild')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.3.ebuild b/x11-libs/openmotif/openmotif-2.2.3.ebuild index b01da3cb1163..45bc6e1d107a 100644 --- a/x11-libs/openmotif/openmotif-2.2.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.11 2005/02/09 02:16:39 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.12 2005/02/14 14:52:23 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -102,11 +102,7 @@ src_install() { # remove unneeded files rm -fR ${D}/usr/$(get_libdir)/X11/bindings - - # remove files provided by Apple's X11 - if ( use ppc-macos && hasq collision-protect ${FEATURES} ); then - rm -fR ${D}/usr/include/X11/bitmaps/ - fi + rm -fR ${D}/usr/include/X11/bitmaps/ # install docs dodoc COPYRIGHT.MOTIF LICENSE |