diff options
author | Philip van der Hoeven <philip@vd-hoeven.nl> | 2016-08-02 14:31:52 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | bb8f53a341584140a343ae6293be6a20c41c1fca (patch) | |
tree | 36823f2dad781a2ee6dfb830e25865fe0e9f0238 /games/openmsx/openmsx.SlackBuild | |
parent | 06e246f9795e08fcbebaefa74c4213c08636083a (diff) | |
download | slackbuilds-bb8f53a341584140a343ae6293be6a20c41c1fca.tar.gz |
games/openmsx: Updated for version 0.13.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'games/openmsx/openmsx.SlackBuild')
-rw-r--r-- | games/openmsx/openmsx.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/openmsx/openmsx.SlackBuild b/games/openmsx/openmsx.SlackBuild index 1291759a31..a251045aed 100644 --- a/games/openmsx/openmsx.SlackBuild +++ b/games/openmsx/openmsx.SlackBuild @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openmsx -VERSION=${VERSION:-0.12.0} +VERSION=${VERSION:-0.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |