diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-12 04:17:44 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:40 +0700 |
commit | b9307e3fb1ff3aba0c97c83769dcdc6daa7cd73b (patch) | |
tree | c8b8bd94509c639ae41e76899806a30fbb3d12df /office/CherryTree/CherryTree.SlackBuild | |
parent | f3c72020b6ed991a8776a898f867d01a106716a2 (diff) |
office/CherryTree: Updated for version 0.37.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'office/CherryTree/CherryTree.SlackBuild')
-rw-r--r-- | office/CherryTree/CherryTree.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild index f5e0bf4b254ae..81ef0db2ff54c 100644 --- a/office/CherryTree/CherryTree.SlackBuild +++ b/office/CherryTree/CherryTree.SlackBuild @@ -24,13 +24,13 @@ PRGNAM=CherryTree SRCNAM=${PRGNAM,,} -VERSION=${VERSION:-0.37.2} +VERSION=${VERSION:-0.37.3} 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 @@ -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="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |