mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/yae: Fix compile issue.
This commit is contained in:
parent
1fcbf40c14
commit
39307645b0
1 changed files with 5 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue