summaryrefslogtreecommitdiffstats
path: root/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2018-03-27 12:15:34 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-31 07:41:31 +0700
commit19773a0c1b96ea816439851e9bf113f603302fab (patch)
tree09dcdcf5a95031f0e3262fc0da2490eb7488ebbf /libraries/nspluginwrapper/nspluginwrapper.SlackBuild
parent3de4003fedc82e8eb87a5884b89d41c5ef2dbe6a (diff)
downloadslackbuilds-19773a0c1b96ea816439851e9bf113f603302fab.tar.gz
slackbuilds-19773a0c1b96ea816439851e9bf113f603302fab.tar.xz
libraries/nspluginwrapper: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/nspluginwrapper/nspluginwrapper.SlackBuild')
-rw-r--r--libraries/nspluginwrapper/nspluginwrapper.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
index fdc2f7b36e..ae80ae11da 100644
--- a/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
+++ b/libraries/nspluginwrapper/nspluginwrapper.SlackBuild
@@ -24,12 +24,12 @@
PRGNAM=nspluginwrapper
VERSION=${VERSION:-git20130818}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
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="-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"