summaryrefslogtreecommitdiffstats
path: root/libraries/jsoncpp/jsoncpp.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-09-27 04:41:33 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-01 07:29:22 +0700
commitccd8a55df7b461f58bb3a10365900acc69631a13 (patch)
treecec597ebb0376c2d3c092d9ca20ba461d6eef489 /libraries/jsoncpp/jsoncpp.SlackBuild
parente8c8c8bd915700397afdab1f2c736e42a4b7fd4e (diff)
downloadslackbuilds-ccd8a55df7b461f58bb3a10365900acc69631a13.tar.gz
slackbuilds-ccd8a55df7b461f58bb3a10365900acc69631a13.tar.xz
libraries/jsoncpp: Updated for version 1.7.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries/jsoncpp/jsoncpp.SlackBuild')
-rw-r--r--libraries/jsoncpp/jsoncpp.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/jsoncpp/jsoncpp.SlackBuild b/libraries/jsoncpp/jsoncpp.SlackBuild
index 870e4b01ae..871c2900ed 100644
--- a/libraries/jsoncpp/jsoncpp.SlackBuild
+++ b/libraries/jsoncpp/jsoncpp.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jsoncpp
-VERSION=${VERSION:-1.7.5}
+VERSION=${VERSION:-1.7.6}
BUILD=${BUILD:-1}
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"