From b39caca362d0b11d3119c2fbd4c8b2edb9d3b409 Mon Sep 17 00:00:00 2001 From: Antonio Hernández Blas Date: Wed, 12 May 2010 17:39:43 +0200 Subject: games/zsnes: Updated for version 1.51 --- games/zsnes/zsnes.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/zsnes') diff --git a/games/zsnes/zsnes.SlackBuild b/games/zsnes/zsnes.SlackBuild index da8fb4132c..993e2f0f52 100644 --- a/games/zsnes/zsnes.SlackBuild +++ b/games/zsnes/zsnes.SlackBuild @@ -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 -- cgit v1.2.3