summaryrefslogtreecommitdiffstats
path: root/games/arx-libertatis/arx-libertatis.SlackBuild
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-04-09 17:27:37 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-10 06:19:19 +0700
commit02e2eb8d3367f730421022d93d1821f925fd6fc1 (patch)
tree6873d4df3e3e865c25e626b8f95bb9d640365aca /games/arx-libertatis/arx-libertatis.SlackBuild
parentb3b69acda5fa2d379ae795be49d2c5aa190f3e6e (diff)
downloadslackbuilds-02e2eb8d3367f730421022d93d1821f925fd6fc1.tar.gz
slackbuilds-02e2eb8d3367f730421022d93d1821f925fd6fc1.tar.xz
games/arx-libertatis: Patched to fix build with cmake-3.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/arx-libertatis/arx-libertatis.SlackBuild')
-rw-r--r--games/arx-libertatis/arx-libertatis.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/arx-libertatis/arx-libertatis.SlackBuild b/games/arx-libertatis/arx-libertatis.SlackBuild
index 045b0530b5..37058e08d6 100644
--- a/games/arx-libertatis/arx-libertatis.SlackBuild
+++ b/games/arx-libertatis/arx-libertatis.SlackBuild
@@ -67,7 +67,10 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+# Fix build with cmake3.5 (patch thanks to Mageia)
+patch -p1 < $CWD/arx-libertatis-1.1.2-cmake3.5.patch
mkdir -p build
cd build