diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 06:57:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:17:25 +0700 |
commit | c627ee230c48f7c772a8042f46bae00ef6ccecf5 (patch) | |
tree | bb0ab50d3f1cca248e9b5115f26b0d50bed617a2 /office/MasterPDFEditor | |
parent | b7eef73772c318f106e47b3e1165314e5e67ac6c (diff) | |
download | slackbuilds-c627ee230c48f7c772a8042f46bae00ef6ccecf5.tar.gz |
office/MasterPDFEditor: Switch to i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |