aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-26 01:26:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-26 01:26:28 +0800
commit7946454b33f046ae0ed1805bd60a14e4b81778c2 (patch)
tree48b00bdff59e5cad712c166e5407a7f99a542165 /cad
parentc127a18729f2ad3bf8aee078f8004d315db5b575 (diff)
downloadfreebsd-ports-gnome-7946454b33f046ae0ed1805bd60a14e4b81778c2.tar.gz
freebsd-ports-gnome-7946454b33f046ae0ed1805bd60a14e4b81778c2.tar.zst
freebsd-ports-gnome-7946454b33f046ae0ed1805bd60a14e4b81778c2.zip
- 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
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>