svn commit: r488722 - head/devel/boehm-gc

Mark Linimon linimon at FreeBSD.org
Sun Dec 30 16:55:52 UTC 2018


Author: linimon
Date: Sun Dec 30 16:55:51 2018
New Revision: 488722
URL: https://svnweb.freebsd.org/changeset/ports/488722

Log:
  Since the most recent upgrade, devel/boehm-gc-threaded now requires a
  C11-compatible compiler.
  
  PR:		234448
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/devel/boehm-gc/Makefile

Modified: head/devel/boehm-gc/Makefile
==============================================================================
--- head/devel/boehm-gc/Makefile	Sun Dec 30 15:40:47 2018	(r488721)
+++ head/devel/boehm-gc/Makefile	Sun Dec 30 16:55:51 2018	(r488722)
@@ -63,6 +63,7 @@ CONFIGURE_ARGS+=	--disable-threads --enable-redirect-m
 CONFIGURE_ARGS+=	--enable-threads=posix --disable-redirect-malloc
 OPTIONS_DEFINE+=	PARALLEL_MARK
 PARALLEL_MARK_DESC=	Parallel-thread marking (faster for SMP)
+USES+=		compiler:c11
 . endif
 .else
 CONFIGURE_ARGS+=	--disable-threads --disable-redirect-malloc


More information about the svn-ports-all mailing list