mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/openjazz: Fix compile issue.
This commit is contained in:
parent
2fefc50f57
commit
05b9df8bb9
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ patch -p1 < $CWD/paths.diff
|
|||
autoreconf -if
|
||||
|
||||
# HOMEDIR should be defined on *nix, for some reason it's not automatically.
|
||||
SLKCFLAGS="$SLKCFLAGS -DHOMEDIR"
|
||||
# 20151119 bkw: modplug header in wrong place (or, is it?)
|
||||
SLKCFLAGS="$SLKCFLAGS -DHOMEDIR -I/usr/include/libmodplug"
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in a new issue