summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-12-26 10:03:25 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-12-26 10:03:25 +0000
commit42d5709978125793048325aeff744456cc275e1b (patch)
tree8c20c5ce257e50e6328b4512b644a95940c74e70 /x11-libs/gtk+/gtk+-2.4.14.ebuild
parentold (Manifest recommit) (diff)
downloadgentoo-2-42d5709978125793048325aeff744456cc275e1b.tar.gz
gentoo-2-42d5709978125793048325aeff744456cc275e1b.tar.bz2
gentoo-2-42d5709978125793048325aeff744456cc275e1b.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.ebuild4
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