mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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>
20 lines
522 B
Diff
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
|