Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 15:53:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482845 - head/net/ortp
Message-ID:  <201810231553.w9NFre5Z004208@repo.freebsd.org>

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



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