gentoo/media-libs/t1lib/files/t1lib-do-not-install-t1lib_doc-r1.patch
Thomas Deutschmann b0730b1f65
media-libs/t1lib: Security revbump to fix multiple vulnerabilities (bug #358667)
EBuild changes:
===============
 - Migrated to EAPI=6

 - Fix for CVE-2010-2642, CVE-2011-0433 and CVE-2011-5244 added

 - Fix for CVE-2011-0764 added

 - Fix for CVE-2011-1552, CVE-2011-1553 and CVE-2011-1554 added

 - Fixes for building with -Werror=format-security added

Gentoo-Bug: https://bugs.gentoo.org/358667

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2906

Signed-off-by: Aaron Bauman <bman@gentoo.org>
2016-11-27 15:52:01 +09:00

20 lines
522 B
Diff

--- old/doc/Makefile.in.orig 2008-05-04 17:55:52.000000000 +0400
+++ new/doc/Makefile.in 2008-05-04 17:55:58.000000000 +0400
@@ -89,16 +89,6 @@
install: dummy
- if (test -f t1lib_doc.ps) \
- then \
- $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
- $(INSTALL_DATA) t1lib_doc.ps $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
- fi;
- if (test -f t1lib_doc.pdf) \
- then \
- $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
- $(INSTALL_DATA) t1lib_doc.pdf $(DESTDIR)@T1LIB_DATA_DIR@/doc; \
- fi;
uninstall: dummy