Gentoo Archives: gentoo-commits

From: Bernhard Mallinger <b.mallinger@×××.at>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/fife/
Date: Sat, 02 Jul 2011 09:44:04
Message-Id: 9f028ebde052d66cfed983298a5ac40b21fbfa62.totycro@gentoo
1 commit: 9f028ebde052d66cfed983298a5ac40b21fbfa62
2 Author: totycro <totycro <AT> unknown-horizons <DOT> org>
3 AuthorDate: Sat Jul 2 09:43:49 2011 +0000
4 Commit: Bernhard Mallinger <b.mallinger <AT> gmx <DOT> at>
5 CommitDate: Sat Jul 2 09:43:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=9f028ebd
7
8 Made building fife-0.3.2.2.ebuild work when boost-1.46 is installed
9
10 ---
11 games-engines/fife/fife-0.3.2.2.ebuild | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/games-engines/fife/fife-0.3.2.2.ebuild b/games-engines/fife/fife-0.3.2.2.ebuild
15 index 789454b..2f97422 100644
16 --- a/games-engines/fife/fife-0.3.2.2.ebuild
17 +++ b/games-engines/fife/fife-0.3.2.2.ebuild
18 @@ -47,6 +47,7 @@ src_prepare() {
19 SCONSOPTS="-j1"
20
21 src_compile() {
22 + export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
23 escons \
24 --python-prefix="${D}/$(python_get_sitedir)" \
25 --prefix="${D}/usr" \