aboutsummaryrefslogtreecommitdiff
path: root/devel/caf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/caf/Makefile')
-rw-r--r--devel/caf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/caf/Makefile b/devel/caf/Makefile
index 2ba26ddcd1b9..e392edc6b074 100644
--- a/devel/caf/Makefile
+++ b/devel/caf/Makefile
@@ -11,6 +11,8 @@ COMMENT= C++ actor framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_powerpc64= Does not build
+
CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic
LDFLAGS+= -pthread
USES= cmake:outsource compiler:c++11-lang