summaryrefslogtreecommitdiffstats
path: root/libraries/nspluginwrapper
diff options
context:
space:
mode:
author David Woodfall2018-03-27 14:15:34 +0200
committer Willy Sudiarto Raharjo2018-03-31 02:41:31 +0200
commit19773a0c1b96ea816439851e9bf113f603302fab (patch)
tree09dcdcf5a95031f0e3262fc0da2490eb7488ebbf /libraries/nspluginwrapper
parent3de4003fedc82e8eb87a5884b89d41c5ef2dbe6a (diff)
downloadslackbuilds-19773a0c1b96ea816439851e9bf113f603302fab.tar.gz
libraries/nspluginwrapper: Switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/nspluginwrapper')
-rw-r--r--libraries/nspluginwrapper/README8
-rw-r--r--libraries/nspluginwrapper/nspluginwrapper.SlackBuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/nspluginwrapper/README b/libraries/nspluginwrapper/README
index af94ae36fc..82475a1b07 100644
--- a/libraries/nspluginwrapper/README
+++ b/libraries/nspluginwrapper/README
@@ -1,7 +1,7 @@
-nspluginwrapper is a proxy plug-in and viewer for NPAPI browser
-plug-ins. It allows browsers to run foreign plug-ins built for a
-different architecture, most commonly to run a 32-bit plug-in in a
-64-bit browser.
+nspluginwrapper is a proxy plug-in and viewer for NPAPI browser
+plug-ins. It allows browsers to run foreign plug-ins built for a
+different architecture, most commonly to run a 32-bit plug-in in a
+64-bit browser.
This is needed by 64bit midori compiled against GTK3 to use the flash
plugin:
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"