aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
commit67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch)
tree9d553fcb5181a65656f17c284dc5954946973eb4 /cad
parent9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff)
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade/Makefile5
-rw-r--r--cad/openscad-devel/Makefile6
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>