svn commit: r556306 - head/sysutils/burp-devel

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 25 21:11:41 UTC 2020


Author: pkubaj
Date: Wed Nov 25 21:11:40 2020
New Revision: 556306
URL: https://svnweb.freebsd.org/changeset/ports/556306

Log:
  sysutils/burp-devel: fix build on GCC architectures
  
  src/ipacl.c:337: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/sysutils/burp-devel/Makefile

Modified: head/sysutils/burp-devel/Makefile
==============================================================================
--- head/sysutils/burp-devel/Makefile	Wed Nov 25 19:58:52 2020	(r556305)
+++ head/sysutils/burp-devel/Makefile	Wed Nov 25 21:11:40 2020	(r556306)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	librsync.so:net/librsync
 RUN_DEPENDS=	bash:shells/bash
 
 #USES=		gmake libtool ncurses pkgconfig ssl tar:bz2
-USES=		libtool ncurses pkgconfig ssl tar:bz2
+USES=		compiler:c11 libtool ncurses pkgconfig ssl tar:bz2
 
 CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list