svn commit: r461654 - head/devel/llvm-devel
Brooks Davis
brooks at FreeBSD.org
Mon Feb 12 21:22:40 UTC 2018
Author: brooks
Date: Mon Feb 12 21:22:39 2018
New Revision: 461654
URL: https://svnweb.freebsd.org/changeset/ports/461654
Log:
Mark broken on 10.3.
This is broader than necessicary, but should not be a major problem
in practice. Packages for 10.x should start being built again after
10.3 expires at the end of April which is well before the release
of 7.0.0 is planned.
Modified:
head/devel/llvm-devel/Makefile
Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile Mon Feb 12 21:14:25 2018 (r461653)
+++ head/devel/llvm-devel/Makefile Mon Feb 12 21:22:39 2018 (r461654)
@@ -276,6 +276,7 @@ MAN1SRCS+= bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1
.if ${OPSYS} == FreeBSD && ${OSREL} == 10.3
CFLAGS+= -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1
+BROKEN= Missing __cxa_thread_atexit
.endif
.if defined(WITH_DEBUG)
More information about the svn-ports-all
mailing list