- 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user