summarylogtreecommitdiffstats
path: root/mupdf.patch
diff options
context:
space:
mode:
authorFacundo Tuesca2018-04-11 22:56:23 -0300
committerFacundo Tuesca2018-04-11 22:56:23 -0300
commit049e44833bd038d5bcbb0c460633c650cff0716a (patch)
treef1991810a23ea902725eb9a8bf431a285c475e93 /mupdf.patch
parent26cad88d0a28cd64840ff9862f8eba3137aef257 (diff)
downloadaur-049e44833bd038d5bcbb0c460633c650cff0716a.tar.gz
Update to v2.42
Diffstat (limited to 'mupdf.patch')
-rw-r--r--mupdf.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mupdf.patch b/mupdf.patch
deleted file mode 100644
index b8ca04982483..000000000000
--- a/mupdf.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur mupdf-1.10a-source/Makefile mupdf-1.10a-source.new/Makefile
---- mupdf-1.10a-source/Makefile 2016-11-28 10:34:04.000000000 -0300
-+++ mupdf-1.10a-source.new/Makefile 2017-05-08 21:29:22.913691598 -0300
-@@ -78,7 +78,7 @@
- ALL_DIR += $(OUT)/platform/gl
- ALL_DIR += $(OUT)/fonts
-
--FITZ_HDR := include/mupdf/fitz.h $(wildcard include/mupdf/fitz/*.h)
-+FITZ_HDR := include/mupdf/fitz.h include/mupdf/pdf.h $(wildcard include/mupdf/fitz/*.h)
- PDF_HDR := include/mupdf/pdf.h $(wildcard include/mupdf/pdf/*.h)
- SVG_HDR := include/mupdf/svg.h
- HTML_HDR := include/mupdf/html.h