diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-04-28 14:12:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-04-28 14:12:14 +0000 |
commit | ad28cc2f7c64edc93dc56c05fc6dcbb7c2d5e3bc (patch) | |
tree | ccfd8026c2ffb5519e2b0c08ad6c10011033fdee /net | |
parent | b33d4eb7655bb15885bb6cc0315629b1c0fca75e (diff) | |
download | pkgsrc-ad28cc2f7c64edc93dc56c05fc6dcbb7c2d5e3bc.tar.gz |
Requires C99 for some math functions.
Diffstat (limited to 'net')
-rw-r--r-- | net/iperf3/Makefile | 4 |
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 |