diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-22 17:47:40 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-22 17:47:40 +0000 |
commit | 1c08d52dafd07108103ff3c4151dd17e1fdaad8a (patch) | |
tree | f0feee16d99abf1456296f515de763e78a2d058e /x11-libs | |
parent | Initial import. Fixes #75529 (diff) | |
download | gentoo-2-1c08d52dafd07108103ff3c4151dd17e1fdaad8a.tar.gz gentoo-2-1c08d52dafd07108103ff3c4151dd17e1fdaad8a.tar.bz2 gentoo-2-1c08d52dafd07108103ff3c4151dd17e1fdaad8a.zip |
added -mminimal-toc for ppc64
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.6.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index eddbe66649f7..c767137c8a60 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.142 2005/01/17 12:49:30 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.143 2005/01/22 17:47:40 corsair Exp $ + + 22 Jan 2005; Markus Rothe <corsair@gentoo.org> gtk+-2.6.1-r1.ebuild: + Added append-flags -mminimal-toc for ppc64 to let it compile *gtk+-2.6.1-r1 (17 Jan 2005) diff --git a/x11-libs/gtk+/gtk+-2.6.1-r1.ebuild b/x11-libs/gtk+/gtk+-2.6.1-r1.ebuild index 0979d3a467c9..c46f1c420589 100644 --- a/x11-libs/gtk+/gtk+-2.6.1-r1.ebuild +++ b/x11-libs/gtk+/gtk+-2.6.1-r1.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/gtk+/gtk+-2.6.1-r1.ebuild,v 1.1 2005/01/17 12:49:30 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.6.1-r1.ebuild,v 1.2 2005/01/22 17:47:40 corsair Exp $ inherit libtool flag-o-matic eutils @@ -57,6 +57,7 @@ src_unpack() { use x86 && [ "${CONF_LIBDIR}" == "lib32" ] && epatch ${DISTDIR}/gtk+-2.6.1-lib64.patch.bz2 # patch for ppc64 (#64359) use ppc64 && epatch ${FILESDIR}/${PN}-2.4.9-ppc64.patch + use ppc64 && append-flags -mminimal-toc autoconf || die automake || die |