void-packages/srcpkgs/libreoffice/patches/0001-poppler-version.patch
Jürgen Buchmüller acb80bdae0 New package: libreoffice-5.1.0.3
It builds with musl libc. Installed language is just en-US, because
building many or all takes way too long. For i18n support there are
separate packages using the precompiled RPMs from the website.

Cross compiling does not work yet, but should be possible after some
more tweaking and patching.
2016-02-27 12:15:36 +01:00

17 lines
613 B
Diff

--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2016-02-23 15:45:23.435519407 +0100
+++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2016-02-23 15:45:39.779520585 +0100
@@ -54,10 +54,10 @@
#if HAVE_POPPLER_VERSION_H
#include <cpp/poppler-version.h>
#else
-#define POPPLER_VERSION "0.12.3"
+#define POPPLER_VERSION "0.41.0"
#define POPPLER_VERSION_MAJOR 0
-#define POPPLER_VERSION_MINOR 12
-#define POPPLER_VERSION_MICRO 3
+#define POPPLER_VERSION_MINOR 41
+#define POPPLER_VERSION_MICRO 0
#endif
#define POPPLER_CHECK_VERSION(major,minor,micro) \
(POPPLER_VERSION_MAJOR > (major) || \