SHA256
1
0
forked from pool/mupdf
mupdf/fix-openjpeg-flags.patch
Martin Pluskal a0c246c868 Accepting request 540435 from home:alois:branches:Publishing
- Update to version 1.11
  * This is primarily a bug fix release.
  * PDF portfolio support with command line tool "mutool
    portfolio".
  * Add callbacks to load fallback fonts from the system.
  * Use system fonts in Android to reduce install size.
  * Flag to disable publisher styles in EPUB layout.
  * Improved SVG output.
- Refreshed fix-openjpeg-flags.patch and reproducible.patch
- Dropped CVE-2017-5896.patch, bsc1023760.patch,
  CVE-2016-10221.patch, CVE-2016-8728.patch, CVE-2017-7976.patch,
  CVE-2016-10132.patch, CVE-2016-10133.patch,
  CVE-2016-10141.patch, CVE-2017-5627.patch
  and CVE-2017-5628.patch (merged or adapted upstream)

OBS-URL: https://build.opensuse.org/request/show/540435
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=58
2017-11-10 12:06:00 +00:00

13 lines
421 B
Diff

Index: mupdf-1.11-source/source/fitz/load-jpx.c
===================================================================
--- mupdf-1.11-source.orig/source/fitz/load-jpx.c
+++ mupdf-1.11-source/source/fitz/load-jpx.c
@@ -444,7 +444,6 @@ fz_load_jpx_info(fz_context *ctx, unsign
#else /* HAVE_LURATECH */
-#define OPJ_STATIC
#define OPJ_HAVE_INTTYPES_H
#if !defined(_WIN32) && !defined(_WIN64)
#define OPJ_HAVE_STDINT_H