diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 06:58:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 06:58:54 +0000 |
commit | 6eb672f8377ea83fbabac7ba2ec6b87774b84fd1 (patch) | |
tree | 31eb97336ea45139de10dbf7a7f0fc4c7d011b86 /net-libs/htmlcxx/files | |
parent | 1900a7850fa1e226743381d851a0a2b44173aea7 (diff) |
make mrproper
Diffstat (limited to 'net-libs/htmlcxx/files')
-rw-r--r-- | net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch b/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch deleted file mode 100644 index 0444fed7..00000000 --- a/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur htmlcxx-0.85/html/tree.h htmlcxx-0.85/html/tree.h ---- htmlcxx-0.85/html/tree.h 2011-02-13 23:24:53.000000000 +0100 -+++ htmlcxx-0.85/html/tree.h 2013-04-28 14:38:17.370643634 +0200 -@@ -45,6 +45,7 @@ - #ifndef tree_hh_ - #define tree_hh_ - -+#include <cstddef> - #include <cassert> - #include <memory> - #include <stdexcept> |