aboutsummaryrefslogtreecommitdiff
path: root/graphics/mupdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-20 09:48:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-08-20 09:48:39 +0000
commit43ff00a57b0d02849144863d37df1625e02cc0d7 (patch)
tree3303742826c48025ede53d6a705b0fc0c908cfd0 /graphics/mupdf
parent31ef30a79f4505aca865e82ed1817474b56ad40c (diff)
downloadports-43ff00a57b0d02849144863d37df1625e02cc0d7.tar.gz
ports-43ff00a57b0d02849144863d37df1625e02cc0d7.zip
Update graphics/openjpeg to 2.2.0
Notes
Notes: svn path=/head/; revision=448363
Diffstat (limited to 'graphics/mupdf')
-rw-r--r--graphics/mupdf/files/patch-source__fitz__load-jpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mupdf/files/patch-source__fitz__load-jpx.c b/graphics/mupdf/files/patch-source__fitz__load-jpx.c
index 34fe65d83ebc..2b9bc9de1175 100644
--- a/graphics/mupdf/files/patch-source__fitz__load-jpx.c
+++ b/graphics/mupdf/files/patch-source__fitz__load-jpx.c
@@ -16,7 +16,7 @@
#define USE_JPIP
-#include <openjpeg.h>
-+#include <openjpeg-2.1/openjpeg.h>
++#include <openjpeg-2.2/openjpeg.h>
struct fz_jpxd_s
{