Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 07:30:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539697 - head/net/nbdkit
Message-ID:  <202006200730.05K7U8dt046114@repo.freebsd.org>

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



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