aboutsummaryrefslogtreecommitdiff
path: root/games/bitfighter/bitfighter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/bitfighter/bitfighter.SlackBuild')
-rw-r--r--games/bitfighter/bitfighter.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/bitfighter/bitfighter.SlackBuild b/games/bitfighter/bitfighter.SlackBuild
index bd7128a3cb4d1..656c9e8530fde 100644
--- a/games/bitfighter/bitfighter.SlackBuild
+++ b/games/bitfighter/bitfighter.SlackBuild
@@ -70,6 +70,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 {} \;
+# Fix for gcc-5 thanks to Arch Linux
+patch -p1 < $CWD/gcc-5.X.patch
+
mkdir -p build
cd build
cmake \