diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-11-14 05:32:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:41 +0700 |
commit | b9b72a842da854c8fc82879e8412ab2c26e7af56 (patch) | |
tree | 7d3d008670b6123ff2326ca655ec456bde6243d6 /games/FlightGear/FlightGear.SlackBuild | |
parent | 4c3f59a471d4282ab528374893e638e35a1bd04b (diff) |
games/FlightGear: Updated for version 2020.3.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r-- | games/FlightGear/FlightGear.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild index 83b65b6ab8..c4337d6634 100644 --- a/games/FlightGear/FlightGear.SlackBuild +++ b/games/FlightGear/FlightGear.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=FlightGear SRCNAM=flightgear -VERSION=${VERSION:-2020.1.2} +VERSION=${VERSION:-2020.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,7 +59,7 @@ fi set -e -# Choose if we build the internal Qt launcher. +# Choose whether or not to build the internal Qt launcher. if [ "${QT5}" == "yes" ]; then OPT="$OPT -DENABLE_QT=ON" else @@ -79,11 +79,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 the new boost (Thanks Gentoo) -if [ "${CURRENT:-no}" = "yes" ]; then - patch -p1 < $CWD/FlightGear-version.patch -fi - mkdir -p build cd build cmake \ |