diff options
Diffstat (limited to 'libraries/SimGear/SimGear.SlackBuild')
-rw-r--r-- | libraries/SimGear/SimGear.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/SimGear/SimGear.SlackBuild b/libraries/SimGear/SimGear.SlackBuild index 1bfa41e2e318c..93ae1e611eeb5 100644 --- a/libraries/SimGear/SimGear.SlackBuild +++ b/libraries/SimGear/SimGear.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=SimGear SRCNAM=simgear -VERSION=${VERSION:-2020.3.5} +VERSION=${VERSION:-2020.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +71,6 @@ 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 \ |