Date: Tue, 31 Jan 2017 02:44:35 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432892 - head/devel/caf/files Message-ID: <201701310244.v0V2iZYL007121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701310244.v0V2iZYL007121>