From f7ea71c4f53b5fd34b0c920e7571c36f7d594000 Mon Sep 17 00:00:00 2001 From: Leonard Schmidt Date: Sat, 10 Dec 2016 23:14:47 +0000 Subject: system/yash: Updated for version 2.43. Signed-off-by: David Spencer --- system/yash/yash.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/yash/yash.SlackBuild') diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index f5a4094356..2570a0f084 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.41} +VERSION=${VERSION:-2.43} 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 @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-march=i686 -mtune=i686" -- cgit v1.2.3