diff options
author | 2012-02-26 04:05:32 +0000 | |
---|---|---|
committer | 2012-02-26 04:05:32 +0000 | |
commit | 9c1af6414714d3ce1474330cfdf7b7d367727e2a (patch) | |
tree | c4ae8ae0f58c5a58b4b7aeca727a3166f9b96563 /dev-libs/jemalloc/files | |
parent | Set EAPI=4. (diff) | |
download | historical-9c1af6414714d3ce1474330cfdf7b7d367727e2a.tar.gz historical-9c1af6414714d3ce1474330cfdf7b7d367727e2a.tar.bz2 historical-9c1af6414714d3ce1474330cfdf7b7d367727e2a.zip |
Fix bug #403945 and #398675
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/jemalloc/files')
-rw-r--r-- | dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch b/dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch new file mode 100644 index 000000000000..aff4add8b3fe --- /dev/null +++ b/dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch @@ -0,0 +1,12 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -176,7 +176,7 @@ + install -m 644 $$d $(MANDIR)/man3; \ + done + +-install_doc: install_html install_man ++install_doc: install_man + + install: install_bin install_include install_lib install_doc + + |