summaryrefslogtreecommitdiff
path: root/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2014-12-19 14:59:10 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2014-12-19 14:59:10 +0000
commit31fb3cf6226c1022897f910347ffc78a91b8a17c (patch)
treed81240740f98aeb08c4340e18c6ed66c25398bc8 /math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h
parentRubyForge has been gone for ages, remove it (diff)
- Fix build error with clang 3.5.0.
PR: 196127 Submitted by: Dimitry Andric <dim@FreeBSD.org>
Diffstat (limited to 'math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h')
-rw-r--r--math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h b/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h
new file mode 100644
index 000000000000..80e77e953f86
--- /dev/null
+++ b/math/qhull/files/patch-src__libqhullcpp__QhullLinkedList.h
@@ -0,0 +1,11 @@
+--- src/libqhullcpp/QhullLinkedList.h.orig 2012-01-26 04:32:05.000000000 +0100
++++ src/libqhullcpp/QhullLinkedList.h 2014-12-19 15:19:26.000000000 +0100
+@@ -9,7 +9,7 @@
+ #ifndef QHULLLINKEDLIST_H
+ #define QHULLLINKEDLIST_H
+
+-namespace std { struct bidirectional_iterator_tag; struct random_access_iterator_tag; }
++#include <iterator>
+
+ #include "QhullError.h"
+