mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
accessibility/unclutter: Fix host.def issue.
This commit is contained in:
parent
319dff7f9f
commit
f316c650ed
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ find -L . \
|
||||||
# than I care to do for no benefit.
|
# than I care to do for no benefit.
|
||||||
patch -p1 < $CWD/fixwarnings.diff
|
patch -p1 < $CWD/fixwarnings.diff
|
||||||
|
|
||||||
|
# work around slack 14.2 issue (only happens when upgrading from 14.1)
|
||||||
|
touch host.def
|
||||||
xmkmf -a
|
xmkmf -a
|
||||||
make CDEBUGFLAGS="$SLKCFLAGS"
|
make CDEBUGFLAGS="$SLKCFLAGS"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue