summaryrefslogtreecommitdiffstats
path: root/games/pingus/pingus.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2017-06-23 07:14:07 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:53:46 -0500
commitcdb6eec9ffb3e966f00c235d87a9e9e038500d23 (patch)
tree54996d56fdc213b7305e6a60f85c8579d2fb31ac /games/pingus/pingus.SlackBuild
parentc3a579b769c614bd3fcaec748e68f2c390e6ed58 (diff)
downloadslackbuilds-cdb6eec9ffb3e966f00c235d87a9e9e038500d23.tar.gz
slackbuilds-cdb6eec9ffb3e966f00c235d87a9e9e038500d23.tar.xz
games/pingus: Add a missing header (for the newer glibc).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/pingus/pingus.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pingus/pingus.SlackBuild b/games/pingus/pingus.SlackBuild
index e7abf19ddf..a548e5c2a2 100644
--- a/games/pingus/pingus.SlackBuild
+++ b/games/pingus/pingus.SlackBuild
@@ -69,6 +69,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 archlinux
+patch -p1 < $CWD/missing-header.patch
+
mkdir -p build
scons \