games/zsnes: Updated for version 1.51

This commit is contained in:
Antonio Hernández Blas 2010-05-12 17:39:43 +02:00 committed by David Somero
parent 98cc6486f8
commit b39caca362

View file

@ -26,7 +26,7 @@ VERSION=1.51
ZSNESSRC=151src
ZSNESDIR=_1_51
ARCH=${ARCH:-i486}
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -39,7 +39,8 @@ if [ "$ARCH" = "i486" ]; then
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
printf "\n Error: $PRGNAM won't compile on $ARCH \n \n"
exit 1
fi
set -e