summaryrefslogtreecommitdiffstats
path: root/system/iucode_tool/iucode_tool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/iucode_tool/iucode_tool.SlackBuild')
-rw-r--r--system/iucode_tool/iucode_tool.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/iucode_tool/iucode_tool.SlackBuild b/system/iucode_tool/iucode_tool.SlackBuild
index 13a31d2006..55070229f7 100644
--- a/system/iucode_tool/iucode_tool.SlackBuild
+++ b/system/iucode_tool/iucode_tool.SlackBuild
@@ -2,7 +2,7 @@
#Slackware build script for iucode_tool
-# Copyright 2015 Jonathan Li
+# Copyright 2015-2016 Jonathan Li
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=iucode_tool
-VERSION=${VERSION:-1.3}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,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"