diff options
-rw-r--r-- | libraries/nspluginwrapper/README | 8 | ||||
-rw-r--r-- | libraries/nspluginwrapper/nspluginwrapper.SlackBuild | 8 |
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" |