accessibility/unclutter: Fix host.def issue.

This commit is contained in:
B. Watson 2016-08-20 16:33:31 -04:00 committed by David Spencer
parent 319dff7f9f
commit f316c650ed

View file

@ -58,6 +58,8 @@ find -L . \
# than I care to do for no benefit.
patch -p1 < $CWD/fixwarnings.diff
# work around slack 14.2 issue (only happens when upgrading from 14.1)
touch host.def
xmkmf -a
make CDEBUGFLAGS="$SLKCFLAGS"