mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/koules: Fix host.def issue.
This commit is contained in:
parent
52a1351f66
commit
dbec4a681f
1 changed files with 4 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue