svn commit: r466801 - head/cad/opencascade
Thierry Thomas
thierry at FreeBSD.org
Sun Apr 8 13:54:01 UTC 2018
Author: thierry
Date: Sun Apr 8 13:54:00 2018
New Revision: 466801
URL: https://svnweb.freebsd.org/changeset/ports/466801
Log:
Mark BROKEN when OSVERSION < 1003506, due to __cxa_atexit().
Modified:
head/cad/opencascade/Makefile
Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile Sun Apr 8 13:13:27 2018 (r466800)
+++ head/cad/opencascade/Makefile Sun Apr 8 13:54:00 2018 (r466801)
@@ -83,6 +83,11 @@ DOXYGEN_RUN_DEPENDS= ${LOCALBASE}/www/MathJax/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
More information about the svn-ports-all
mailing list