diff options
-rw-r--r-- | office/Ted/Ted.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/Ted/Ted.SlackBuild b/office/Ted/Ted.SlackBuild index 4b5f511e03ba..ac32207a2bbe 100644 --- a/office/Ted/Ted.SlackBuild +++ b/office/Ted/Ted.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Ted # Originally written by Hannes Worst <hannesworst@gmail.com>. -# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All right reserved # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ 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 @@ -42,8 +42,8 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=$(echo $PRGNAM | tr T t) -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" MARCH=i386 elif [ "$ARCH" = "i686" ]; then |