svn commit: r432892 - head/devel/caf/files

Jan Beich jbeich at FreeBSD.org
Tue Jan 31 02:44:37 UTC 2017


Author: jbeich
Date: Tue Jan 31 02:44:35 2017
New Revision: 432892
URL: https://svnweb.freebsd.org/changeset/ports/432892

Log:
  devel/caf: unbreak build with clang/libc++ 4.0
  
  PR:		216650
  Submitted by:	Matthias Vallentin <vallentin at icir.org> (maintainer)

Added:
  head/devel/caf/files/
  head/devel/caf/files/patch-libcaf__core_src_actor__config.cpp   (contents, props changed)

Added: head/devel/caf/files/patch-libcaf__core_src_actor__config.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/caf/files/patch-libcaf__core_src_actor__config.cpp	Tue Jan 31 02:44:35 2017	(r432892)
@@ -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 {


More information about the svn-ports-all mailing list