summaryrefslogtreecommitdiffstats
path: root/games/goonies/goonies.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/goonies/goonies.SlackBuild')
-rw-r--r--games/goonies/goonies.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/goonies/goonies.SlackBuild b/games/goonies/goonies.SlackBuild
index a301b7f37d..ecbb660621 100644
--- a/games/goonies/goonies.SlackBuild
+++ b/games/goonies/goonies.SlackBuild
@@ -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 {} \;
+# Fix for the newer compilers
+patch -p1 < $CWD/gcc6.patch
+
# fix linker and installation paths
patch -p1 < $CWD/makefile.patch