diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2021-02-13 00:52:10 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:54 +0700 |
commit | be47c91f6b732773465c5bb840e224f41e6151c6 (patch) | |
tree | 9cb36faf99375d75473cb80bb5b5593aea83bb59 /libraries/SimGear/SimGear.SlackBuild | |
parent | e584700ba76946fa8edcaa168fe034e8377e83bd (diff) |
libraries/SimGear: Updated for version 2020.3.6.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 1bfa41e2e318..93ae1e611eeb 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 \ |