svn commit: r482845 - head/net/ortp

Tijl Coosemans tijl at FreeBSD.org
Tue Oct 23 15:53:41 UTC 2018


Author: tijl
Date: Tue Oct 23 15:53:39 2018
New Revision: 482845
URL: https://svnweb.freebsd.org/changeset/ports/482845

Log:
  Add USES=compiler:c11 because this port uses stdatomic.h.
  
  PR:		232561
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/net/ortp/Makefile

Modified: head/net/ortp/Makefile
==============================================================================
--- head/net/ortp/Makefile	Tue Oct 23 15:49:10 2018	(r482844)
+++ head/net/ortp/Makefile	Tue Oct 23 15:53:39 2018	(r482845)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libbctoolbox.so:net/bctoolbox
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c11
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO


More information about the svn-ports-all mailing list