diff options
Diffstat (limited to 'games-board/xgammon/xgammon-0.98.ebuild')
-rw-r--r-- | games-board/xgammon/xgammon-0.98.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/xgammon/xgammon-0.98.ebuild b/games-board/xgammon/xgammon-0.98.ebuild index f7a6b7e8fbe5..22a72e208e37 100644 --- a/games-board/xgammon/xgammon-0.98.ebuild +++ b/games-board/xgammon/xgammon-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.13 2009/09/24 20:46:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.14 2010/09/06 08:54:07 tupone Exp $ EAPI=2 inherit eutils @@ -33,7 +33,7 @@ src_configure() { } src_compile() { - env PATH=".:${PATH}" emake || die "emake failed" + env PATH=".:${PATH}" emake EXTRA_LDOPTIONS="${LDFLAGS}" || die "emake failed" } src_install() { |