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/flightgear/
Date: Wed, 30 Oct 2013 09:42:25
Message-Id: 1383126089.a254282867704e9810539efb2b941a3fe816e378.christian@gentoo
1 commit: a254282867704e9810539efb2b941a3fe816e378
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Wed Oct 30 09:41:29 2013 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Wed Oct 30 09:41:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a2542828
7
8 [games-simulation/flightgear] temporarily disable system sqlite usage
9
10 ---
11 games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
15 index 6351492..3463f06 100644
16 --- a/games-simulation/flightgear/flightgear-9999.ebuild
17 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
18 @@ -52,7 +52,7 @@ src_configure() {
19 -DJPEG_FACTORY=OFF
20 -DSIMGEAR_SHARED=ON
21 -DSP_FDMS=OFF
22 - -DSYSTEM_SQLITE=ON
23 + -DSYSTEM_SQLITE=OFF
24 $(cmake-utils_use_enable fgcom)
25 $(cmake-utils_use_enable fgcom IAX)
26 $(cmake-utils_use_with fgpanel)