summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-01 16:00:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-01 16:00:22 +0000
commit56a37abf56e703e78031dc10757c377532da08d4 (patch)
tree18e10b4ed5832c466daa294ae9de7f296b786081 /games-strategy/glob2
parentPatch to fix building with gcc-4.3 from Martin Väth, bug #218940 (diff)
downloadgentoo-2-56a37abf56e703e78031dc10757c377532da08d4.tar.gz
gentoo-2-56a37abf56e703e78031dc10757c377532da08d4.tar.bz2
gentoo-2-56a37abf56e703e78031dc10757c377532da08d4.zip
datadir patch from Aleksey Kunitskiy via bug #219936
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r--games-strategy/glob2/ChangeLog5
-rw-r--r--games-strategy/glob2/glob2-0.9.3.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog
index cc6b6283e480..62291f72aa73 100644
--- a/games-strategy/glob2/ChangeLog
+++ b/games-strategy/glob2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/glob2
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.39 2008/04/28 21:44:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.40 2008/05/01 16:00:22 mr_bones_ Exp $
+
+ 01 May 2008; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.9.3.ebuild:
+ datadir patch from Aleksey Kunitskiy via bug #219936
*glob2-0.9.3 (28 Apr 2008)
diff --git a/games-strategy/glob2/glob2-0.9.3.ebuild b/games-strategy/glob2/glob2-0.9.3.ebuild
index 020e7fd8a388..a93618ce24e1 100644
--- a/games-strategy/glob2/glob2-0.9.3.ebuild
+++ b/games-strategy/glob2/glob2-0.9.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/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.1 2008/04/28 21:44:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.2 2008/05/01 16:00:22 mr_bones_ Exp $
inherit eutils games
@@ -30,6 +30,7 @@ src_compile() {
CXXFLAGS="${CXXFLAGS}" \
LINKFLAGS="${LDFLAGS}" \
INSTALLDIR="${GAMES_DATADIR}"/${PN} \
+ DATADIR="${GAMES_DATADIR}"/${PN} \
|| die "scons failed again"
}