commit: e01e965af1803c6ccbc1887eb0b344986a21cb43
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 00:17:31 2016 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 00:18:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01e965a
dev-games/simgear-3.4.0: Fix typo in CMake variable (retain setting)
dev-games/simgear/simgear-3.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-games/simgear/simgear-3.4.0.ebuild
b/dev-games/simgear/simgear-3.4.0.ebuild
index 49fdf6f..d2a2f4b 100644
--- a/dev-games/simgear/simgear-3.4.0.ebuild
+++ b/dev-games/simgear/simgear-3.4.0.ebuild
@@ -35,7 +35,7 @@ PATCHES=( "${FILESDIR}/${P}-osg340_fixes.patch" )
src_configure() {
local mycmakeargs=(
- -ENABLE_PKGUTIL=OFF
+ -DENABLE_PKGUTIL=ON
-DENABLE_RTI=OFF
-DENABLE_SOUND=ON
-DSIMGEAR_HEADLESS=OFF