summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 18:35:55 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:22:27 +0000
commit7a7cd43182a42a7f4077654222ca3d5deb6b57be (patch)
treef856067d245b43099a3bff74e668889a935736df /app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch
parentdev-go/delve: drop 1.3.0 (diff)
downloadgentoo-7a7cd43182a42a7f4077654222ca3d5deb6b57be.tar.gz
gentoo-7a7cd43182a42a7f4077654222ca3d5deb6b57be.tar.bz2
gentoo-7a7cd43182a42a7f4077654222ca3d5deb6b57be.zip
app-text/zathura-pdf-mupdf: drop 0.3.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch')
-rw-r--r--app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch b/app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch
deleted file mode 100644
index e031db3c9188..000000000000
--- a/app-text/zathura-pdf-mupdf/files/0.3.5-compile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/zathura-pdf-mupdf/search.c 2019-09-12 11:29:21.527194069 +0200
-+++ b/zathura-pdf-mupdf/search.c 2019-09-12 11:30:11.648675352 +0200
-@@ -39,7 +39,7 @@
- mupdf_page_extract_text(mupdf_document, mupdf_page);
- }
-
-- fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, fz_quad);
-+ fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, sizeof(fz_quad));
- int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text,
- text, hit_bbox, N_SEARCH_RESULTS);
-