New commits:
commit 8ef6003cb9c37e367389fcb40491e3f318f4d2d9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
inkscape: fix build with current poppler
diff --git a/graphics/inkscape/BUILD b/graphics/inkscape/BUILD
index 9efa61f..d2b3b04 100755
--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,2 +1,6 @@
# Dependency hell demands C++11.
-CXXFLAGS+=" -std=gnu++11" default_build
+CXXFLAGS+=" -std=gnu++11" &&
+if is_version_less 0.57 "$(installed_version poppler)"; then
+ CPPFLAGS+=" -DPOPPLER_NEW_OBJECT_API=1"
+fi &&
+default_build
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 29fdc51..913fc3b 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,7 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, PRE_BUILD, poppler_new_object_api.patch: Fix build with
+ current poppler.
+
2017-08-29 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 0.92.2