summaryrefslogtreecommitdiffstats
path: root/libraries/SimGear/SimGear.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-10-08 10:01:48 +0200
committer Matteo Bernardini2019-10-08 10:01:48 +0200
commitc632835a841a449db663e3b03c0fa73672b56557 (patch)
tree221df3fbfe8006acb271b605e70b498e9eb7bade /libraries/SimGear/SimGear.SlackBuild
parent0f41388fbdebf3a7e930962dd49fd0a2ee704fae (diff)
downloadslackbuilds-current-20191008.1.tar.gz
20191008.1 global branch merge.current-20191008.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/SimGear/SimGear.SlackBuild')
-rw-r--r--libraries/SimGear/SimGear.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/SimGear/SimGear.SlackBuild b/libraries/SimGear/SimGear.SlackBuild
index a15494cdee..86eed7e2c1 100644
--- a/libraries/SimGear/SimGear.SlackBuild
+++ b/libraries/SimGear/SimGear.SlackBuild
@@ -80,6 +80,11 @@ cd build
-DSYSTEM_EXPAT=ON \
-DENABLE_TESTS=OFF \
-DCMAKE_BUILD_TYPE=Release ..
+
+ # various CMakeLists.txt files must be revised for the newer cmake...
+ mv config.h ../3rdparty/udns/
+ mv simgear/simgear_config.h simgear/version.h ../simgear/
+
make
make install DESTDIR=$PKG
cd ..