summaryrefslogtreecommitdiff
path: root/dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-09-04 11:55:28 +0200
committerDavid Seifert <soap@gentoo.org>2017-09-04 11:55:45 +0200
commit953d20e666f14423bd3f88dad41539a6441927a7 (patch)
treee3544fd5b7094cf54c8316e882f4cb0c65086a41 /dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch
parentaba74bb6f6e10f205af792360e0d8b1f7ba9da5e (diff)
downloadgentoo-953d20e666f14423bd3f88dad41539a6441927a7.tar.gz
gentoo-953d20e666f14423bd3f88dad41539a6441927a7.tar.bz2
gentoo-953d20e666f14423bd3f88dad41539a6441927a7.zip
dev-cpp/sparsehash: Remove automagic dep on google-perftools
Closes: https://bugs.gentoo.org/show_bug.cgi?id=585968 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch')
-rw-r--r--dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch b/dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch
deleted file mode 100644
index 156a7266eaa7..000000000000
--- a/dev-cpp/sparsehash/files/sparsehash-2.0.3-fix-docdir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-* Do not override $(docdir) as part of the GNU conventions
-* Do not install 'COPYING' and 'INSTALL'
-* Install html files using html_ prefix and not doc_ prefix
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -11,12 +11,11 @@
- AM_CXXFLAGS = -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow
- endif
-
--docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
- ## This is for HTML and other documentation you want to install.
- ## Add your documentation files (in doc/) in addition to these boilerplate
- ## Also add a TODO file if you have one
--dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README README_windows.txt \
-- TODO \
-+dist_doc_DATA = AUTHORS ChangeLog NEWS README README_windows.txt TODO
-+dist_html_DATA = \
- doc/dense_hash_map.html \
- doc/dense_hash_set.html \
- doc/sparse_hash_map.html \