diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 20:03:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 20:03:17 +0100 |
commit | de99b4a7684be96f762e75f272eec92f6ff022f3 (patch) | |
tree | fc5c5cdd6479236757254af1b95ffb32c3aeb2e6 /net-libs/htmlcxx/files | |
parent | e797766bf7761a47a677ce56875a94b08b08a0ee (diff) |
net-libs/htmlcxx : new package (dep of Yarock music player)
Diffstat (limited to 'net-libs/htmlcxx/files')
-rw-r--r-- | net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 00000000..0444fed7 --- /dev/null +++ b/net-libs/htmlcxx/files/htmlcxx-0.86-ptrdiff_t.patch @@ -0,0 +1,11 @@ +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> |