games/yae: Fix compile issue.

This commit is contained in:
B. Watson 2015-11-22 06:02:53 -05:00 committed by Willy Sudiarto Raharjo
parent 1fcbf40c14
commit 39307645b0

View file

@ -86,9 +86,12 @@ if [ "$LIBDIRSUFFIX" = "64" ]; then
sed -i 's,unsigned *long,unsigned int,g' scanline*.c
fi
# distributed configure script is too darn old
# distributed configure script is too darn old. the file moved
# between Slack 14.1 and 14.2, so:
rm -f config.sub config.guess configure
cp /usr/share/libtool/config/config.sub .
CONFSUB=/usr/share/libtool/config/config.sub
[ -e "$CONFSUB" ] || CONFSUB=/usr/share/libtool/build-aux/config.sub
cp $CONFSUB .
autoreconf -if
CFLAGS="$SLKCFLAGS" \