diff options
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild index ab325560fbd4..8541ea977e23 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r2.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/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.6 2005/03/03 18:46:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r2.ebuild,v 1.7 2005/03/03 21:35:03 pythonhead Exp $ inherit flag-o-matic eutils gnuconfig @@ -32,6 +32,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} + epatch ${FILESDIR}/${PN}-2.4.2-menu.cpp.patch || \ + die "Failed to patch menu.cpp" # fix xml contrib makefile problems EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-2.4.1-contrib.patch # disable contrib/src/animate |