From 90ff246dbbe8691d9da2bb5d3ae4b2e938e43433 Mon Sep 17 00:00:00 2001 From: Lenard Spencer Date: Sat, 2 Jan 2021 08:49:11 +0700 Subject: libraries/SimGear: Updated for version 2020.3.5. Signed-off-by: Willy Sudiarto Raharjo --- libraries/SimGear/SimGear.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libraries/SimGear/SimGear.SlackBuild') diff --git a/libraries/SimGear/SimGear.SlackBuild b/libraries/SimGear/SimGear.SlackBuild index 4c066aae67..1bfa41e2e3 100644 --- a/libraries/SimGear/SimGear.SlackBuild +++ b/libraries/SimGear/SimGear.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=SimGear SRCNAM=simgear -VERSION=${VERSION:-2020.3.4} +VERSION=${VERSION:-2020.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,6 +71,9 @@ 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 \ -- cgit v1.2.3