Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 21:11:40 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556306 - head/sysutils/burp-devel
Message-ID:  <202011252111.0APLBeH5051663@repo.freebsd.org>

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



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