From 7042a0874fbfa31add5e4ead659ed945c2092bea Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 30 Dec 2016 08:55:53 +0100 Subject: system/macemu: Updated for version 20161217_181634a. Signed-off-by: Matteo Bernardini --- system/macemu/macemu.SlackBuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'system/macemu/macemu.SlackBuild') diff --git a/system/macemu/macemu.SlackBuild b/system/macemu/macemu.SlackBuild index 0c5afbf367..46ca14ffad 100644 --- a/system/macemu/macemu.SlackBuild +++ b/system/macemu/macemu.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for macemu (BasiliskII and SheepShaver) -# Copyright 2014-2015 Matteo Bernardini , Pisa, Italy + +# Copyright 2014-2016 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=macemu -VERSION=${VERSION:-20140919_c2b519e} +VERSION=${VERSION:-20161217_181634a} 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 @@ -39,8 +40,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" -- cgit v1.2.3