summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/openyahtzee/openyahtzee-1.9.ebuild')
-rw-r--r--games-board/openyahtzee/openyahtzee-1.9.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.9.ebuild b/games-board/openyahtzee/openyahtzee-1.9.ebuild
index c38659835eca..ceaa38d00b79 100644
--- a/games-board/openyahtzee/openyahtzee-1.9.ebuild
+++ b/games-board/openyahtzee/openyahtzee-1.9.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.ebuild,v 1.5 2010/01/24 23:08:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.ebuild,v 1.6 2010/05/18 07:57:34 tupone Exp $
EAPI=2
WX_GTK_VER="2.8"
-inherit autotools wxwidgets games
+inherit eutils autotools wxwidgets games
DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee"
HOMEPAGE="http://openyahtzee.sourceforge.net/"
@@ -18,6 +18,7 @@ IUSE=""
DEPEND="x11-libs/wxGTK:2.8[X]"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc45.patch
sed -i \
-e 's:openyahtzee_LDFLAGS:openyahtzee_LDADD:' \
src/Makefile.am || die