New commits:
commit 458b1b1641ae37b65040ace91ed222e8ecd616de
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
graphics-libs/poppler: added a temporary fix for XPDF_HEADERS flag in scm
case
diff --git a/graphics-libs/poppler/BUILD b/graphics-libs/poppler/BUILD
index 6170637..70a24aa 100755
--- a/graphics-libs/poppler/BUILD
+++ b/graphics-libs/poppler/BUILD
@@ -3,5 +3,9 @@ if is_depends_enabled $SPELL qtbase;then
fi &&
export CMAKE_PREFIX_PATH=$QTP &&
OPTS+=" $XPDF_HEADERS -DBUILD_CPP_TESTS=0" &&
+# Make it for all on next release
+if [[ "${POPPLER_BRANCH}" == "scm" ]]; then
+ OPTS="${OPTS/ENABLE_XPDF_HEADERS/ENABLE_UNSTABLE_API_ABI_HEADERS}"
+fi &&
sed -i "/SYSTEM/d" test/CMakeLists.txt glib/CMakeLists.txt &&
default_build
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index f7748c4..3185c18 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2019-01-05 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added a temporary fix for XPDF_HEADERS flag in scm case
+
2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD,, patches-0.71.0/c_str.patch: dropped, not needed anymore
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (458b1b1641ae37b65040ace91ed222e8ecd616de),
Pavel Vinogradov, 01/05/2019