New commits:
commit 4daec2feb343f96bd322b6715bbec0b382711925
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
doc/mupdf: added multiversioning + hash and license updates
# building against older system OpenJPEG library is unsupported
if spell_ok openjpeg && ! is_version_less $(installed_version openjpeg) 2.0;
then
diff --git a/doc/mupdf/mupdf-1.10a-shared_libs-1.patch
b/doc/mupdf/mupdf-1.10a-shared_libs-1.patch
index f31121a..14b7d3d 100644
--- a/doc/mupdf/mupdf-1.10a-shared_libs-1.patch
+++ b/doc/mupdf/mupdf-1.10a-shared_libs-1.patch
@@ -9,40 +9,32 @@ Description: Generate shared libraries for mupdf, instead
of static ones. This
diff -Naur a/Makefile b/Makefile
--- a/Makefile 2016-11-21 11:21:11.000000000 +0100
+++ b/Makefile 2016-11-27 10:26:11.411353082 +0100
-@@ -14,7 +14,7 @@
+@@ -15,7 +15,7 @@
# Do not specify CFLAGS or LIBS on the make invocation line - specify
# XCFLAGS or XLIBS instead. Make ignores any lines in the makefile that
# set a variable that was set on the command line.
--CFLAGS += $(XCFLAGS) -Iinclude -Igenerated
-+CFLAGS += $(XCFLAGS) -Iinclude -Igenerated -fPIC
+-CFLAGS += $(XCFLAGS) -Iinclude -I$(GEN)
++CFLAGS += $(XCFLAGS) -Iinclude -I$(GEN) -fPIC
LIBS += $(XLIBS) -lm