aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/popplerkit/files/patch-bindings6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/popplerkit/files/patch-bindings b/graphics/popplerkit/files/patch-bindings
index 3424d7b14cd9..1f97d0ff853b 100644
--- a/graphics/popplerkit/files/patch-bindings
+++ b/graphics/popplerkit/files/patch-bindings
@@ -47,10 +47,12 @@ diff -uN bindings.orig/poppler.cc bindings/poppler.cc
// fontconfig initialization
if (fcConfigPath)
{
-@@ -122,7 +124,9 @@
+@@ -121,8 +123,10 @@
+ fflush(stderr);
}
- globalParams = new GlobalParams(NULL);
+- globalParams = new GlobalParams(NULL);
++ globalParams = new GlobalParams();
+#ifdef POPPLER_0_4
globalParams->setupBaseFontsFc(NULL);
+#endif