- 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
This commit is contained in:
Dmitry Marakasov
2016-12-25 17:26:28 +00:00
parent 75c08fe664
commit 2fa45f450c
+7 -1
View File
@@ -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 <bsd.port.options.mk>
.if ${ARCH} == i386 && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
BROKEN= does not build (libstdc++/libc++ incompatibility in cgal/boost)
.endif
.include <bsd.port.mk>