summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-09-28 10:40:35 +0000
committerMart Raudsepp <leio@gentoo.org>2008-09-28 10:40:35 +0000
commit52c24489fd0adf31af994cba0cf9a958b4add579 (patch)
treee8023757821af34bccfb0ea817160c14ef5b5e7e /x11-libs
parentChanged boost dependency to >=1.35.0 since compile fails otherwise (see bug 2... (diff)
downloadgentoo-2-52c24489fd0adf31af994cba0cf9a958b4add579.tar.gz
gentoo-2-52c24489fd0adf31af994cba0cf9a958b4add579.tar.bz2
gentoo-2-52c24489fd0adf31af994cba0cf9a958b4add579.zip
Whoops, forgot to fill the description for the patch
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/gtk+-2.14.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.14.3.ebuild b/x11-libs/gtk+/gtk+-2.14.3.ebuild
index 5a711f19f3dd..2aaf6966017f 100644
--- a/x11-libs/gtk+/gtk+-2.14.3.ebuild
+++ b/x11-libs/gtk+/gtk+-2.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.2 2008/09/28 10:36:40 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.14.3.ebuild,v 1.3 2008/09/28 10:40:35 leio Exp $
WANT_AUTOMAKE="1.7"
@@ -75,7 +75,7 @@ src_unpack() {
# Workaround adobe flash infinite loop. Patch from http://bugzilla.gnome.org/show_bug.cgi?id=463773#c11
epatch "${FILESDIR}/${PN}-2.12.0-flash-workaround.patch"
- # ...
+ # Don't break inclusion of gtkclist.h, upstream bug 536767
epatch "${FILESDIR}/${P}-limit-gtksignal-includes.patch"
# -O3 and company cause random crashes in applications. Bug #133469