diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-08-04 07:15:27 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-04 07:15:27 -0300 |
commit | dfef3794a5f9e0535601007b87d3d7d84a4cb5ec (patch) | |
tree | 3974ded78c20c0bc158678848b415579e5f9e988 /games/bsnes/bsnes.SlackBuild | |
parent | a0ae03b0d31360ccf6705c4e39d960d04d97b940 (diff) |
games/bsnes: Updated for version 0.080.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/bsnes/bsnes.SlackBuild')
-rw-r--r-- | games/bsnes/bsnes.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/bsnes/bsnes.SlackBuild b/games/bsnes/bsnes.SlackBuild index cfde6e25e00af..3c5bc2d16d32e 100644 --- a/games/bsnes/bsnes.SlackBuild +++ b/games/bsnes/bsnes.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=bsnes -VERSION=${VERSION:-0.079} +VERSION=${VERSION:-0.080} SRCVER=${VERSION:2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,9 +80,8 @@ fi # Determine which mode to build bsnes. # Possible values for PROFILE are accuracy, compatibility, and performance. -PROFILE=${PROFILE:-accuracy} +PROFILE=${PROFILE:-compatibility} -# Determine which mode for profile in compatibility performance accuracy; do CXXFLAGS="$SLKCFLAGS" \ make \ platform=x \ |