summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Tim Dickson2016-10-02 18:28:47 +0200
committer Willy Sudiarto Raharjo2016-10-02 18:28:47 +0200
commit16bc3dd358c446aa3447be6b418bfbadf998b1a2 (patch)
tree158e76639237b413e3198535fc5a4e20091826b2 /academic
parentb6511408ac5ee8d73a7782c8600524a688450450 (diff)
downloadslackbuilds-16bc3dd358c446aa3447be6b418bfbadf998b1a2.tar.gz
academic/biblesync: Switch to i586.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/biblesync/biblesync.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/biblesync/biblesync.SlackBuild b/academic/biblesync/biblesync.SlackBuild
index c36c23c66a..4a78be7c5d 100644
--- a/academic/biblesync/biblesync.SlackBuild
+++ b/academic/biblesync/biblesync.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for biblesync
-# Copyright (c) 2015 Tim Dickson <dickson.tim@googlemail.com>
+# Copyright (c) 2015/2016 Tim Dickson <dickson.tim@googlemail.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -37,7 +37,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
@@ -50,8 +50,8 @@ OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS ChangeLog COPYING LICENSE README INSTALL WIRESHARK"
-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"