summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-07-13 21:11:57 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-13 23:15:46 +0200
commitb00cb4c5941e41693ff01b541acb8c3cc4b56af7 (patch)
tree9a2fb361793350cc64ca58c41415f893c0554764 /net-print/cups-filters
parentnet-mail/courier-imap: remove unused patch (diff)
downloadgentoo-b00cb4c5941e41693ff01b541acb8c3cc4b56af7.tar.gz
gentoo-b00cb4c5941e41693ff01b541acb8c3cc4b56af7.tar.bz2
gentoo-b00cb4c5941e41693ff01b541acb8c3cc4b56af7.zip
net-print/cups-filters: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21630 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-print/cups-filters')
-rw-r--r--net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch b/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch
deleted file mode 100644
index 50866e4a7291..000000000000
--- a/net-print/cups-filters/files/cups-filters-1.27.4-make-missing-testfont-non-fatal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -789,7 +789,7 @@ AC_ARG_WITH([test-font-path],
- [with_test_font_path=`find /usr/share/fonts -name DejaVuSans.ttf || echo /usr/share/fonts/dejavu/DejaVuSans.ttf`]
- )
- AC_CHECK_FILE("$with_test_font_path", [], [
-- AC_MSG_ERROR([Requested font file is missing. Please install a package providing it.])
-+ AC_MSG_WARN([Specified font for tests not found. Expect test failures!])
- ])
- AC_DEFINE_UNQUOTED([TESTFONT], ["$with_test_font_path"], [Path to font used in tests])
-