summaryrefslogtreecommitdiff
path: root/package/mrd6
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/mrd6
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/mrd6')
-rw-r--r--package/mrd6/patches/patch-include_mrd_support_ptree_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mrd6/patches/patch-include_mrd_support_ptree_h b/package/mrd6/patches/patch-include_mrd_support_ptree_h
new file mode 100644
index 000000000..6025836b2
--- /dev/null
+++ b/package/mrd6/patches/patch-include_mrd_support_ptree_h
@@ -0,0 +1,10 @@
+--- mrd6-0.9.6.orig/include/mrd/support/ptree.h 2007-03-21 09:51:27.000000000 +0100
++++ mrd6-0.9.6/include/mrd/support/ptree.h 2012-07-25 17:21:57.000000000 +0200
+@@ -38,6 +38,7 @@
+ #include <stdint.h>
+ #include <algorithm>
+ #include <mrd/log.h>
++using std::ptrdiff_t;
+
+ /* Patricia nodes MUST derive from ptree_node */
+ struct ptree_node {