diff options
Diffstat (limited to 'dev-libs/jemalloc/files/jemalloc-2.2.5_fix_html_install.patch')
-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 + + |