summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/FlightGear.SlackBuild
diff options
context:
space:
mode:
author Panagiotis Nikolaou2016-12-16 17:49:51 +0100
committer Willy Sudiarto Raharjo2016-12-16 19:18:33 +0100
commit512fdb62351a2e5fa775cdb131a3113b6e1fb268 (patch)
treeeb513451d7598fb6a295675213ce620e8f91af0a /games/FlightGear/FlightGear.SlackBuild
parent7438ceeee9c64c6de055c82d87370caa0ab01eac (diff)
downloadslackbuilds-512fdb62351a2e5fa775cdb131a3113b6e1fb268.tar.gz
games/FlightGear: Updated for version 2016.4.3.
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 b1d3b01bb1..7737580030 100644
--- a/games/FlightGear/FlightGear.SlackBuild
+++ b/games/FlightGear/FlightGear.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=FlightGear
SRCNAM=flightgear
-VERSION=${VERSION:-2016.3.1}
+VERSION=${VERSION:-2016.4.3}
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 {} \;
-# Fix underlinking (patch thanks to Arch Linux)
-patch -p1 < $CWD/explicitly-link-with-libX11.patch
-
mkdir -p build
cd build
cmake \