summaryrefslogtreecommitdiffstats
path: root/libraries/gdal/gdal.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2011-05-27 23:24:18 -0300
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:30:56 -0400
commita42a55002f5b7a37e5dcbfb82beb6de539936b76 (patch)
treed0da215d79a2fa1cc8f5d365dcf8339993d5aa77 /libraries/gdal/gdal.SlackBuild
parent0c609c69e52f9753f3cd98501d5abde6c60c64e3 (diff)
downloadslackbuilds-a42a55002f5b7a37e5dcbfb82beb6de539936b76.tar.gz
slackbuilds-a42a55002f5b7a37e5dcbfb82beb6de539936b76.tar.xz
libraries/gdal: Updated for version 1.8.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/gdal/gdal.SlackBuild')
-rw-r--r--libraries/gdal/gdal.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/gdal/gdal.SlackBuild b/libraries/gdal/gdal.SlackBuild
index ead65586c9..5a12fd2de7 100644
--- a/libraries/gdal/gdal.SlackBuild
+++ b/libraries/gdal/gdal.SlackBuild
@@ -4,7 +4,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=gdal
-VERSION=${VERSION:-1.7.3}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,8 +51,10 @@ find . \
-exec chmod 644 {} \;
WITHLIST=""
+# Grass support causes segfaults on x86_64. If you really want it,
+# here is an undocumented option to enable it :-/
if pkg-config --exists grass; then
- if [ ${GRASS:-yes} = "yes" ]; then
+ if [ ${GRASS:-no} = "yes" ]; then
WITHLIST+=" --with-grass=$(pkg-config --variable=prefix grass)"
fi
fi
@@ -75,6 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-static-proj4 \
--with-mysql \
--with-python \
+ --with-poppler \
$WITHLIST \
--build=$ARCH-slackware-linux