summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-10-17 18:26:36 +0200
committerUlrich Müller <ulm@gentoo.org>2023-11-19 12:27:49 +0100
commit8a821c53a40e2a2f15ea8f49492eaa169031f8aa (patch)
treee5d5991364f094c63766db2ddf658ead70c35ebb /app-text/zathura-pdf-mupdf
parentnet-dns/dnstop: EAPI8 bump, update HOMEPAGE, SRC_URI, fix #717202 (diff)
downloadgentoo-8a821c53a40e2a2f15ea8f49492eaa169031f8aa.tar.gz
gentoo-8a821c53a40e2a2f15ea8f49492eaa169031f8aa.tar.bz2
gentoo-8a821c53a40e2a2f15ea8f49492eaa169031f8aa.zip
app-text/zathura-pdf-mupdf: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-text/zathura-pdf-mupdf')
-rw-r--r--app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch b/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch
deleted file mode 100644
index 9c4de3d0fe9a..000000000000
--- a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/835592
---- a/meson.build
-+++ b/meson.build
-@@ -20,7 +20,6 @@ girara = dependency('girara-gtk3')
- glib = dependency('glib-2.0')
- cairo = dependency('cairo')
- mupdf = dependency('mupdf', required: false)
--mupdfthird = cc.find_library('mupdf-third')
-
- build_dependencies = [
- zathura,
-@@ -32,10 +31,10 @@ build_dependencies = [
- if not mupdf.found()
- # normal build of mupdf
- mupdf = cc.find_library('mupdf')
-- build_dependencies += [mupdf, mupdfthird]
-+ build_dependencies += [mupdf]
- else
- # build from Debian's libmupdf-dev
-- build_dependencies += [mupdf, mupdfthird]
-+ build_dependencies += [mupdf]
-
- libjpeg = dependency('libjpeg')
- libjbig2dec = cc.find_library('jbig2dec')