commit: 7c4ba97480f55fea5012db20deb86ab6988e5957 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Aug 11 18:34:33 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 19:16:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4ba974
app-text/fbpdf: remove unused patch Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17086 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> app-text/fbpdf/files/fbpdf-0_p20190202-drop-unused.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app-text/fbpdf/files/fbpdf-0_p20190202-drop-unused.patch b/app-text/fbpdf/files/fbpdf-0_p20190202-drop-unused.patch deleted file mode 100644 index 3e60b914943..00000000000 --- a/app-text/fbpdf/files/fbpdf-0_p20190202-drop-unused.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -12,11 +12,11 @@ clean: - - # pdf support using mupdf - fbpdf: fbpdf.o mupdf.o draw.o -- $(CC) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs mupdf) -lm -+ $(CC) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs mupdf) - - # djvu support - fbdjvu: fbpdf.o djvulibre.o draw.o -- $(CXX) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs ddjvuapi) -ljpeg -lm -lpthread -+ $(CXX) -o $@ $^ $(LDFLAGS) $(shell $(PKG_CONFIG) --libs ddjvuapi) - - # pdf support using poppler - poppler.o: poppler.c
