diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-07-29 00:01:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-29 17:50:17 +0700 |
commit | 254823b382f469cc6469f921e6d3881ab5d67bda (patch) | |
tree | ff2ba9a4f4eb80e38dd13f92e488663ac5ceb19c /gis/geos/geos.SlackBuild | |
parent | 97ebdcdfbe205985c30b4963af5990576f8928e8 (diff) | |
download | slackbuilds-254823b382f469cc6469f921e6d3881ab5d67bda.tar.gz |
gis/geos: Updated for version 3.6.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/geos/geos.SlackBuild')
-rw-r--r-- | gis/geos/geos.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index dbe8f4fcc8..2ade10517c 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -5,13 +5,13 @@ # Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> PRGNAM=geos -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.6.2} 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 @@ -23,8 +23,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" |