diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-03 12:30:39 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-04-03 12:30:39 -0300 |
commit | 6436f16ef8727efbe5d79f6576f9fa473bbb9dfe (patch) | |
tree | a749837ad2a57e66772e5ce66421372ba7102588 /system/postgis/postgis.SlackBuild | |
parent | 80673c2c8bd3e3e2d7bb176d3e8b60364e710f6a (diff) | |
download | slackbuilds-6436f16ef8727efbe5d79f6576f9fa473bbb9dfe.tar.gz |
system/postgis: Updated for version 1.5.2.
Version 1.4.0 is incompatible with PostgreSQL 9.x in SBo.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/postgis/postgis.SlackBuild')
-rw-r--r-- | system/postgis/postgis.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild index 14b774c4c9..02e39b765d 100644 --- a/system/postgis/postgis.SlackBuild +++ b/system/postgis/postgis.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=postgis -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |