Gentoo Archives: gentoo-commits

From: Christian Schmitt <chris@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgrun/
Date: Sat, 07 Jul 2012 13:49:44
Message-Id: 1341668942.952a8494443464f96ae112f5f71374a83fe3631d.christian@gentoo
1 commit: 952a8494443464f96ae112f5f71374a83fe3631d
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Sat Jul 7 13:49:02 2012 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Sat Jul 7 13:49:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=952a8494
7
8 [games-simulation/fgrun] compile with shared SG as well
9
10 ---
11 games-simulation/fgrun/fgrun-9999.ebuild | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/games-simulation/fgrun/fgrun-9999.ebuild b/games-simulation/fgrun/fgrun-9999.ebuild
15 index 5a1e0ef..cb7369f 100644
16 --- a/games-simulation/fgrun/fgrun-9999.ebuild
17 +++ b/games-simulation/fgrun/fgrun-9999.ebuild
18 @@ -36,6 +36,7 @@ DOCS=(AUTHORS NEWS)
19 src_configure() {
20 mycmakeargs=(
21 -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
22 + -DSIMGEAR_SHARED=ON
23 $(cmake-utils_use_enable nls)
24 )
25 cmake-utils_src_configure