games/openjazz: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-19 00:15:45 -05:00 committed by Willy Sudiarto Raharjo
parent 2fefc50f57
commit 05b9df8bb9

View file

@ -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" \