diff options
-rw-r--r-- | devel/orbitcpp/Makefile | 8 |
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> |