diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-26 10:03:25 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-26 10:03:25 +0000 |
commit | 115ccb3cdc874d257cf293bd229a3f078f17e261 (patch) | |
tree | 9b55a967056d9508b40a8b193e6b58cbeb022769 /x11-libs/gtk+/gtk+-2.4.14.ebuild | |
parent | old (diff) | |
download | historical-115ccb3cdc874d257cf293bd229a3f078f17e261.tar.gz historical-115ccb3cdc874d257cf293bd229a3f078f17e261.tar.bz2 historical-115ccb3cdc874d257cf293bd229a3f078f17e261.zip |
added ppc64 patch
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.4.14.ebuild')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.4.14.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-2.4.14.ebuild b/x11-libs/gtk+/gtk+-2.4.14.ebuild index af26ae0312f6..69a9ce052482 100644 --- a/x11-libs/gtk+/gtk+-2.4.14.ebuild +++ b/x11-libs/gtk+/gtk+-2.4.14.ebuild @@ -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/x11-libs/gtk+/gtk+-2.4.14.ebuild,v 1.1 2004/12/11 04:30:12 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.4.14.ebuild,v 1.2 2004/12/26 10:03:25 corsair Exp $ inherit libtool flag-o-matic eutils @@ -50,6 +50,8 @@ src_unpack() { # and this line is just here to make building emul-linux-x86-gtklibs a bit # easier, so even this should be amd64 specific. use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${DISTDIR}/gtk+-2.4.1-lib64.patch.bz2 + # patch for ppc64 (#64359) + use ppc64 && epatch ${FILESDIR}/${PN}-2.4.9-ppc64.patch autoconf || die automake || die |