games/generator_cbiere: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-22 04:10:22 -05:00 committed by Willy Sudiarto Raharjo
parent f0be8e6a5a
commit a765036491

View file

@ -63,7 +63,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -std=gnu89" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \