aboutsummaryrefslogtreecommitdiff
path: root/libraries/SimGear/SimGear.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/SimGear/SimGear.SlackBuild')
-rw-r--r--libraries/SimGear/SimGear.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/SimGear/SimGear.SlackBuild b/libraries/SimGear/SimGear.SlackBuild
index 4c066aae67390..1bfa41e2e318c 100644
--- a/libraries/SimGear/SimGear.SlackBuild
+++ b/libraries/SimGear/SimGear.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=SimGear
SRCNAM=simgear
-VERSION=${VERSION:-2020.3.4}
+VERSION=${VERSION:-2020.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,6 +71,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# patch for latest boost:
+patch -p1 < $CWD/simgear-boost-1.75.patch
+
mkdir -p build
cd build
cmake \