svn commit: r539697 - head/net/nbdkit

Mark Linimon linimon at FreeBSD.org
Sat Jun 20 07:30:08 UTC 2020


Author: linimon
Date: Sat Jun 20 07:30:07 2020
New Revision: 539697
URL: https://svnweb.freebsd.org/changeset/ports/539697

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    background.c:68: error: #pragma GCC diagnostic not allowed inside functions
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/nbdkit/Makefile

Modified: head/net/nbdkit/Makefile
==============================================================================
--- head/net/nbdkit/Makefile	Sat Jun 20 06:30:06 2020	(r539696)
+++ head/net/nbdkit/Makefile	Sat Jun 20 07:30:07 2020	(r539697)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=	gmake libtool
+USES=		compiler:c11 gmake libtool
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list