diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-07 22:29:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-07 22:29:46 +0000 |
commit | 67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /cad | |
parent | 9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 5 | ||||
-rw-r--r-- | cad/openscad-devel/Makefile | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 9ed15c47aa45..af4cf242de2b 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -83,11 +83,6 @@ DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/MathJax.js:www/mathjax .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506 -# undefined reference to `__cxa_thread_atexit' - see PR 192320 -BROKEN= undefined reference to __cxa_thread_atexit -.endif - .if ${ARCH} == "i386" BITS= 32 .else diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 78003d8ee270..64378d0898ce 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -47,10 +47,4 @@ post-patch: @${REINPLACE_CMD} -e 's,share/man,man,' \ ${WRKSRC}/openscad.pro -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003506 -BROKEN= no __cxa_thread_atexit() support in FreeBSD libc < 10.4 -.endif - .include <bsd.port.mk> |