Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2019 00:31:53 +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: r513799 - head/benchmarks/netperfmeter
Message-ID:  <201910050031.x950VrdD064845@repo.freebsd.org>

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



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