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: Fri, 30 May 2014 19:15:29
Message-Id: 1401477168.c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb.christian@gentoo
1 commit: c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb
2 Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
3 AuthorDate: Fri May 30 19:12:13 2014 +0000
4 Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
5 CommitDate: Fri May 30 19:12:48 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3901e5d
7
8 [games-simulation/flightgear] enable logging unconditionally
9
10 ---
11 games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
15 index d2c0c65..58bf05e 100644
16 --- a/games-simulation/flightgear/flightgear-9999.ebuild
17 +++ b/games-simulation/flightgear/flightgear-9999.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2013 Gentoo Foundation
20 +# Copyright 1999-2014 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: $
23
24 @@ -47,6 +47,7 @@ src_configure() {
25 -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
26 -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
27 -DENABLE_FGADMIN=OFF
28 + -DLOGGING=ON
29 -DENABLE_PROFILE=OFF
30 -DENABLE_RTI=OFF
31 -DSIMGEAR_SHARED=ON
32 @@ -58,7 +59,6 @@ src_configure() {
33 $(cmake-utils_use_enable jsbsim)
34 $(cmake-utils_use_enable oldfdm LARCSIM)
35 $(cmake-utils_use_enable oldfdm UIUC_MODEL)
36 - $(cmake-utils_use_enable test LOGGING)
37 $(cmake-utils_use_enable test TESTS)
38 $(cmake-utils_use udev EVENT_INPUT)
39 $(cmake-utils_use_enable yasim)