summaryrefslogtreecommitdiffstats
path: root/games/d2x-rebirth/d2x-rebirth.SlackBuild
diff options
context:
space:
mode:
author Andrew Strong2018-06-05 09:35:22 +0200
committer Willy Sudiarto Raharjo2018-06-09 02:15:32 +0200
commit26dacf7a2e1e43ea7ebf0b7b0c13539c3ae2a4f2 (patch)
tree5d6a46914a9842c9cf4920d21800eb2de23b0d4c /games/d2x-rebirth/d2x-rebirth.SlackBuild
parent8fa2532e3d7c8bcd8b4ab472d32d05ce8923da9a (diff)
downloadslackbuilds-26dacf7a2e1e43ea7ebf0b7b0c13539c3ae2a4f2.tar.gz
games/d2x-rebirth: Patch for the newer physfs.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/d2x-rebirth/d2x-rebirth.SlackBuild')
-rw-r--r--games/d2x-rebirth/d2x-rebirth.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/d2x-rebirth/d2x-rebirth.SlackBuild b/games/d2x-rebirth/d2x-rebirth.SlackBuild
index e317017c14..6dcca9ddff 100644
--- a/games/d2x-rebirth/d2x-rebirth.SlackBuild
+++ b/games/d2x-rebirth/d2x-rebirth.SlackBuild
@@ -70,6 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# Patch for the newer physfs
+patch -p1 < $CWD/libphysfs-3.0.1.patch
+
# 'sharepath' is for the game-content data files, they can
# also perhaps more conveniently go in ~/.d2x-rebirth...
scons CXXFLAGS="$SLKCFLAGS" \