commit: c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Fri May 30 19:12:13 2014 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Fri May 30 19:12:48 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3901e5d
[games-simulation/flightgear] enable logging unconditionally
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild
b/games-simulation/flightgear/flightgear-9999.ebuild
index d2c0c65..58bf05e 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -47,6 +47,7 @@ src_configure() {
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
-DENABLE_FGADMIN=OFF
+ -DLOGGING=ON
-DENABLE_PROFILE=OFF
-DENABLE_RTI=OFF
-DSIMGEAR_SHARED=ON
@@ -58,7 +59,6 @@ src_configure() {
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable oldfdm LARCSIM)
$(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use_enable test LOGGING)
$(cmake-utils_use_enable test TESTS)
$(cmake-utils_use udev EVENT_INPUT)
$(cmake-utils_use_enable yasim)