summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-08-20 16:28:44 -0400
committer David Spencer <idlemoor@slackbuilds.org>2016-08-28 00:30:40 +0100
commitdbec4a681fe38d7914612de1095b23f9ac7ab9e1 (patch)
treee6b0671b6d776dfcb59e4da5c8b9f0142a2bf359 /games
parent52a1351f664c39373e444b80c7ec783dc2aee496 (diff)
downloadslackbuilds-dbec4a681fe38d7914612de1095b23f9ac7ab9e1.tar.gz
slackbuilds-dbec4a681fe38d7914612de1095b23f9ac7ab9e1.tar.xz
games/koules: Fix host.def issue.
Diffstat (limited to 'games')
-rw-r--r--games/koules/koules.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/koules/koules.SlackBuild b/games/koules/koules.SlackBuild
index e34f0155c2..c4be504c8b 100644
--- a/games/koules/koules.SlackBuild
+++ b/games/koules/koules.SlackBuild
@@ -89,6 +89,10 @@ if [ "$MITSHM" = "no" ]; then
sed -i -e '/#define MITSHM/d' Iconfig
fi
+# fake out xmkmf. on slack 14.2 that was upgraded from 14.1,
+# /usr/lib64/X11/config/host.def is missing. It's empty anyway,
+# so...
+touch host.def xlib/host.def util/host.def
xmkmf -a
# Did I mention I hate Imake?