summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-04-30 22:26:04 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-04-30 22:26:04 +0000
commitc3cad46f161e050b5609919101d94ffc22ec5bbc (patch)
treee8359d90334486863b87eecfbd15d114718448b6 /games-board/blokish/blokish-0.9.4-r1.ebuild
parentstable ppc64, bug 219644 (diff)
downloadgentoo-2-c3cad46f161e050b5609919101d94ffc22ec5bbc.tar.gz
gentoo-2-c3cad46f161e050b5609919101d94ffc22ec5bbc.tar.bz2
gentoo-2-c3cad46f161e050b5609919101d94ffc22ec5bbc.zip
Fix building with gcc-4.3
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-board/blokish/blokish-0.9.4-r1.ebuild')
-rw-r--r--games-board/blokish/blokish-0.9.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/blokish/blokish-0.9.4-r1.ebuild b/games-board/blokish/blokish-0.9.4-r1.ebuild
index 977e0eea9877..06b1ef13ccc4 100644
--- a/games-board/blokish/blokish-0.9.4-r1.ebuild
+++ b/games-board/blokish/blokish-0.9.4-r1.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/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.1 2008/03/18 01:15:38 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.2 2008/04/30 22:26:04 nyhm Exp $
inherit eutils wxwidgets games
@@ -27,7 +27,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
cd "${S}"
-
+ epatch "${FILESDIR}"/${P}-gcc43.patch
sed -i \
-e "s:wx-config:${WX_CONFIG}:" \
configure makefile.in \