diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-28 17:55:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-12-28 17:55:50 +0000 |
commit | af05a1f7bfd7f5188027d72c9ff8b534cb59fd37 (patch) | |
tree | ef5f4db54d1fc64e467864cb763fd6bc495076cd /cad | |
parent | 65ffa9ea032bf87b75200a81a266f516be961b83 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openscad/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 7cf04e7eecbf..b8e4e64e16d1 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -39,10 +39,4 @@ post-patch: @${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> |