aboutsummaryrefslogtreecommitdiff
path: root/devel/caf
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-31 02:44:35 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-31 02:44:35 +0000
commit501a2241021edd54448a08c72d67190df75a8c43 (patch)
tree442e09b1a17d63c32d5ca3eed6f808cc237a558a /devel/caf
parent25ef38c25acf69a3cbfe21d881f0a95eb201547c (diff)
downloadports-501a2241021edd54448a08c72d67190df75a8c43.tar.gz
ports-501a2241021edd54448a08c72d67190df75a8c43.zip
devel/caf: unbreak build with clang/libc++ 4.0
PR: 216650 Submitted by: Matthias Vallentin <vallentin@icir.org> (maintainer)
Notes
Notes: svn path=/head/; revision=432892
Diffstat (limited to 'devel/caf')
-rw-r--r--devel/caf/files/patch-libcaf__core_src_actor__config.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/caf/files/patch-libcaf__core_src_actor__config.cpp b/devel/caf/files/patch-libcaf__core_src_actor__config.cpp
new file mode 100644
index 000000000000..68314b0c5248
--- /dev/null
+++ b/devel/caf/files/patch-libcaf__core_src_actor__config.cpp
@@ -0,0 +1,10 @@
+--- libcaf_core/src/actor_config.cpp.orig 2017-01-10 12:26:48 UTC
++++ libcaf_core/src/actor_config.cpp
+@@ -17,6 +17,7 @@
+ * http://www.boost.org/LICENSE_1_0.txt. *
+ ******************************************************************************/
+
++#include "caf/behavior.hpp"
+ #include "caf/actor_config.hpp"
+
+ namespace caf {