summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-06-12 01:47:05 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-06-12 01:47:32 +0200
commit6b81845b54217becc46066f5269f3c07e3afaff7 (patch)
tree6acccfa500c792cd1169b5583ec88c60ae6e90cb /dev-libs/jemalloc/files
parentwww-client/firefox: bump to v67.0.2 (diff)
downloadgentoo-6b81845b54217becc46066f5269f3c07e3afaff7.tar.gz
gentoo-6b81845b54217becc46066f5269f3c07e3afaff7.tar.bz2
gentoo-6b81845b54217becc46066f5269f3c07e3afaff7.zip
dev-libs/jemalloc: bump to v5.2.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/jemalloc/files')
-rw-r--r--dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch b/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch
new file mode 100644
index 000000000000..fe7bcb4a07b2
--- /dev/null
+++ b/dev-libs/jemalloc/files/jemalloc-5.2.0-fix_html_install.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -511,7 +511,7 @@ install_doc_man:
+ $(INSTALL) -m 644 $$d $(MANDIR)/man3; \
+ done
+
+-install_doc: build_doc install_doc_html install_doc_man
++install_doc: build_doc install_doc_man
+
+ install: install_bin install_include install_lib install_doc
+