summaryrefslogtreecommitdiffstats
path: root/games/speed-dreams/speed-dreams.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-06-22 23:37:44 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:59:09 -0500
commit02605cc35e5407966e20009ef5f477475398d91e (patch)
tree191098b73e427a9b49f8bded08b59adf13a3d63e /games/speed-dreams/speed-dreams.SlackBuild
parent0a9ea7c0d4d7cd0310878b9e75b0860da7230673 (diff)
downloadslackbuilds-02605cc35e5407966e20009ef5f477475398d91e.tar.gz
slackbuilds-02605cc35e5407966e20009ef5f477475398d91e.tar.xz
games/speed-dreams: Patch for the newer gcc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/speed-dreams/speed-dreams.SlackBuild')
-rw-r--r--games/speed-dreams/speed-dreams.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/speed-dreams/speed-dreams.SlackBuild b/games/speed-dreams/speed-dreams.SlackBuild
index 1812248a77..f304ab2256 100644
--- a/games/speed-dreams/speed-dreams.SlackBuild
+++ b/games/speed-dreams/speed-dreams.SlackBuild
@@ -57,6 +57,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 {} \;
+# Thanks fedora
+patch -p0 < $CWD/speed-dreams-params-conversion.patch
+
mkdir build
cd build