diff options
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.2-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild index 71ecce326319..d42f5366129e 100644 --- a/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.4 2010/03/08 13:41:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.2-r2.ebuild,v 1.5 2010/03/08 16:58:09 ulm Exp $ EAPI=3 @@ -14,7 +14,7 @@ LICENSE="MOTIF MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples jpeg png unicode xft" -# license allows usage only on "open source operating systems" +# license allows distribution only for "open source operating systems" RESTRICT="!kernel_linux? ( !kernel_FreeBSD? ( !kernel_Darwin? ( @@ -86,6 +86,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-ldflags.patch" #293573 epatch "${FILESDIR}/${P}-ddd-layout.patch" #303887 epatch "${FILESDIR}/${P}-sanitise-paths.patch" + epatch "${FILESDIR}/${P}-libpng14.patch" [[ ${CHOST} == *-solaris2.11 ]] \ && epatch "${FILESDIR}/${P}-solaris-2.11.patch" @@ -95,8 +96,6 @@ src_prepare() { # add X.Org vendor string to aliases for virtual bindings echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias - epatch "${FILESDIR}"/${P}-libpng14.patch - AT_M4DIR=. eautoreconf } |