summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-04-28 14:12:14 +0000
committerjperkin <jperkin>2017-04-28 14:12:14 +0000
commita3b510d5a7374d5a56dfdacaa74e38cb4a7ddc6c (patch)
treeb044d3864ce322f57600534fd1cbd30377b177c2 /net
parente496f35dabc8ef95cd943d787d6782b19f6f56d2 (diff)
downloadpkgsrc-a3b510d5a7374d5a56dfdacaa74e38cb4a7ddc6c.tar.gz
Requires C99 for some math functions.
Diffstat (limited to 'net')
-rw-r--r--net/iperf3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile
index ba825158e95..86996d1581e 100644
--- a/net/iperf3/Makefile
+++ b/net/iperf3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/02/28 19:40:07 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/28 14:12:14 jperkin Exp $
DISTNAME= iperf-3.1.6
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://software.es.net/iperf/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
-USE_LANGUAGES= c
+USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# sctp_bindx() is in headers, but unusable