aboutsummaryrefslogtreecommitdiff
path: root/devel/orbitcpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/orbitcpp/Makefile')
-rw-r--r--devel/orbitcpp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/orbitcpp/Makefile b/devel/orbitcpp/Makefile
index aa100cabae3b..e7de314a6a9e 100644
--- a/devel/orbitcpp/Makefile
+++ b/devel/orbitcpp/Makefile
@@ -23,4 +23,10 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\)test\(.*\)|\1\2|' ${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700029
+BROKEN= Segfault during build
+.endif
+
+.include <bsd.port.post.mk>