summaryrefslogtreecommitdiffstats
path: root/deps/poppler/poppler.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'deps/poppler/poppler.SlackBuild')
-rwxr-xr-xdeps/poppler/poppler.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/poppler/poppler.SlackBuild b/deps/poppler/poppler.SlackBuild
index 1825e13..292409f 100755
--- a/deps/poppler/poppler.SlackBuild
+++ b/deps/poppler/poppler.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=poppler
-VERSION=${VERSION:-0.66.0}
+VERSION=${VERSION:-0.67.0}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -77,9 +77,6 @@ rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-## This is needed for compilation with c++11 compiler:
-#cat $CWD/patches/poppler_cpp11.patch | patch -p1 --verbose || exit 1
-
# At least for now, we will revert this patch since we have
# things that depend on it:
cat $CWD/patches/poppler.remove.qt4.frontend.diff | patch -p1 -R --verbose || exit 1