games/koules: Fix host.def issue.

This commit is contained in:
B. Watson 2016-08-20 16:28:44 -04:00 committed by David Spencer
parent 52a1351f66
commit dbec4a681f

View file

@ -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?