From c627ee230c48f7c772a8042f46bae00ef6ccecf5 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 3 Sep 2016 06:57:30 +0700 Subject: office/MasterPDFEditor: Switch to i586. Signed-off-by: Willy Sudiarto Raharjo --- office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'office/MasterPDFEditor') diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index b17ca575d9..b94da16ad7 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -30,7 +30,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 @@ -41,8 +41,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="" SOURCEARCH="i386" elif [ "$ARCH" = "i686" ]; then -- cgit v1.2.3