mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/wmsm.app: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
b87cc774e2
commit
651e9c7c42
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ find -L . \
|
|||
|
||||
cd wmsm
|
||||
make \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS -fgnu89-inline" \
|
||||
INCDIR="-I/usr/include/X11" \
|
||||
LIBDIR="-L/usr/lib${LIBDIRSUFFIX}/X11"
|
||||
# Executable is copied to the correct location
|
||||
|
|
Loading…
Reference in a new issue