audio/xmms-mp4: Fix compile for -current.

This commit is contained in:
B. Watson 2015-11-19 14:30:17 -05:00 committed by Willy Sudiarto Raharjo
parent 05b9df8bb9
commit c9e8dc5978

View file

@ -60,6 +60,9 @@ patch -p1 < $CWD/compilefix.diff
# Ancient configure script, generate a new one.
autoreconf -fi
# 20151119 bkw: -current needs this, and it does no harm on 14.1
SLKCFLAGS="$SLKCFLAGS -std=gnu89"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \