svn commit: r513799 - head/benchmarks/netperfmeter

Piotr Kubaj pkubaj at FreeBSD.org
Sat Oct 5 00:31:54 UTC 2019


Author: pkubaj
Date: Sat Oct  5 00:31:53 2019
New Revision: 513799
URL: https://svnweb.freebsd.org/changeset/ports/513799

Log:
  benchmarks/netperfmeter: fix build on GCC architectures
  
  Use newer GCC:
  cc1plus: error: unrecognized command line option "-Wno-array-bounds"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/benchmarks/netperfmeter/Makefile

Modified: head/benchmarks/netperfmeter/Makefile
==============================================================================
--- head/benchmarks/netperfmeter/Makefile	Sat Oct  5 00:26:17 2019	(r513798)
+++ head/benchmarks/netperfmeter/Makefile	Sat Oct  5 00:31:53 2019	(r513799)
@@ -12,7 +12,7 @@ COMMENT=	Network Performance Meter
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake shebangfix tar:xz
+USES=		cmake compiler:c11 shebangfix tar:xz
 
 SHEBANG_FILES=	src/pdfembedfonts src/setpdfmetadata src/plot-netperfmeter-results
 


More information about the svn-ports-head mailing list