diff options
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> |