diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-08-21 23:23:20 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-06 08:09:08 +0000 |
commit | a9971d953bd0eef09cf3a04927da6a6b03e66ba9 (patch) | |
tree | dfa72f25011f7299c1d0349825d0928d5bcf909d /testing/mupdf/mupdf-openjpeg-2.1.patch | |
parent | bbbe6b7f7a33fafe77015ba15083438823636ef2 (diff) | |
download | aports-a9971d953bd0eef09cf3a04927da6a6b03e66ba9.tar.bz2 aports-a9971d953bd0eef09cf3a04927da6a6b03e66ba9.tar.xz |
testing/mupdf: rebuild against openjpeg-2.1.1
Patch taken from the FreeBSD ports
Diffstat (limited to 'testing/mupdf/mupdf-openjpeg-2.1.patch')
-rw-r--r-- | testing/mupdf/mupdf-openjpeg-2.1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mupdf/mupdf-openjpeg-2.1.patch b/testing/mupdf/mupdf-openjpeg-2.1.patch deleted file mode 100644 index 70481400ed..0000000000 --- a/testing/mupdf/mupdf-openjpeg-2.1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mupdf-1.5/source/fitz/load-jpx.c -+++ mupdf-1.5/source/fitz/load-jpx.c -@@ -116,7 +116,7 @@ - opj_stream_set_read_function(stream, fz_opj_stream_read); - opj_stream_set_skip_function(stream, fz_opj_stream_skip); - opj_stream_set_seek_function(stream, fz_opj_stream_seek); -- opj_stream_set_user_data(stream, &sb); -+ opj_stream_set_user_data(stream, &sb, NULL); - /* Set the length to avoid an assert */ - opj_stream_set_user_data_length(stream, size); - |