summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/FlightGear.SlackBuild
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2019-08-25 09:55:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-25 09:55:43 +0700
commit9e86ceb6064578d54cab742fff77dac82e060a08 (patch)
treef5320cd40ea08b194dea7c5fa1f31c2d1622113d /games/FlightGear/FlightGear.SlackBuild
parent38d95f1338c24b8eeaca49b731b3a1ef0a0139c9 (diff)
downloadslackbuilds-9e86ceb6064578d54cab742fff77dac82e060a08.tar.gz
slackbuilds-9e86ceb6064578d54cab742fff77dac82e060a08.tar.xz
games/FlightGear: Updated for version 2019.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/FlightGear/FlightGear.SlackBuild')
-rw-r--r--games/FlightGear/FlightGear.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/FlightGear/FlightGear.SlackBuild b/games/FlightGear/FlightGear.SlackBuild
index ac846100e3..77920a9421 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2018.3.2}
+VERSION=${VERSION:-2019.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,9 +77,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 broken links:
-patch -p1 < $CWD/flightgear-fix-broken-links.patch
-
mkdir -p build
cd build
cmake \