From 2fa45f450cd6f26cdac89134ef5c36c54ad7e0ef Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 25 Dec 2016 17:26:28 +0000 Subject: [PATCH] - Mark broken in FreeBSD 11.x+ i386: this port can't build while cgal is built with gcc and boost is built with clang Approved by: portmgr blanket --- cad/openscad/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index dc6f1db37f9f..7cf04e7eecbf 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -36,7 +36,13 @@ QMAKE_ARGS+= VERSION=${PORTVERSION} \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: - ${REINPLACE_CMD} -e 's,share/man,man,' \ + @${REINPLACE_CMD} -e 's,share/man,man,' \ ${WRKSRC}/openscad.pro +.include + +.if ${ARCH} == i386 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 +BROKEN= does not build (libstdc++/libc++ incompatibility in cgal/boost) +.endif + .include