Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 13:54:00 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466801 - head/cad/opencascade
Message-ID:  <201804081354.w38Ds0JF017280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081354.w38Ds0JF017280>