summaryrefslogtreecommitdiffstats
path: root/gis/gdal/gdal.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-03-17 16:16:03 +0100
committer Willy Sudiarto Raharjo2016-03-20 01:37:45 +0100
commit130b1340a9447d2eb5eeecb1d10307e32c7743ee (patch)
tree6ca4f8149c3f59a6575bd41f98d9a4fa222346c9 /gis/gdal/gdal.SlackBuild
parentf683207484a223397c8029ff57124eb2dfc38873 (diff)
downloadslackbuilds-130b1340a9447d2eb5eeecb1d10307e32c7743ee.tar.gz
gis/gdal: Use podofo.
Fixes build failure with poppler-0.41. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/gdal/gdal.SlackBuild')
-rw-r--r--gis/gdal/gdal.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/gis/gdal/gdal.SlackBuild b/gis/gdal/gdal.SlackBuild
index cbfdffc387..668acf0464 100644
--- a/gis/gdal/gdal.SlackBuild
+++ b/gis/gdal/gdal.SlackBuild
@@ -114,6 +114,13 @@ fi
# Thanks to the people at Arch for this:
patch -p0 <$CWD/gdal-python-install.patch
+# poppler-0.41 broke the build again, so we're going to use podofo. This is
+# really an optional dependency that most people don't need, but podofo doesn't
+# have a .pc file for us to autodetect, and pdf support with poppler was
+# included by default in previous gdal builds, so we're going to pretend podofo
+# is a mandatory dep. See also http://www.gdal.org/frmt_pdf.html
+WITHLIST+=" --with-podofo"
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -134,7 +141,6 @@ CXXFLAGS="$SLKCFLAGS" \
--with-static-proj4 \
--with-mysql \
--with-python \
- --with-poppler \
--with-libtiff=internal \
--with-rename-internal-libtiff-symbols=yes \
--with-geotiff=internal \