summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-13 19:54:37 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-13 17:14:59 -0400
commit3efd8999d7405a30cd1195ea902384492867f5f6 (patch)
tree4805037da098aa4e56970f63790d7bd9ee509950 /dev-cpp
parentmedia-libs/libclxclient: remove unused patches (diff)
downloadgentoo-3efd8999d7405a30cd1195ea902384492867f5f6.tar.gz
gentoo-3efd8999d7405a30cd1195ea902384492867f5f6.tar.bz2
gentoo-3efd8999d7405a30cd1195ea902384492867f5f6.zip
dev-cpp/tree: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8836
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/tree/files/tree-2.65-gcc46.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch
deleted file mode 100644
index d75b516112ba..000000000000
--- a/dev-cpp/tree/files/tree-2.65-gcc46.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- tree.hh | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/tree.hh b/tree.hh
-index 1429da3..d780be3 100644
---- a/tree.hh
-+++ b/tree.hh
-@@ -71,6 +71,7 @@
- #include <set>
- #include <queue>
- #include <algorithm>
-+#include <cstddef>
-
- // HP-style construct/destroy have gone from the standard,
- // so here is a copy.