pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iperf3 Requires C99 for some math functions.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/841d1e144f50
branches:  trunk
changeset: 361899:841d1e144f50
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Apr 28 14:12:14 2017 +0000

description:
Requires C99 for some math functions.

diffstat:

 net/iperf3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43e234a1c74e -r 841d1e144f50 net/iperf3/Makefile
--- a/net/iperf3/Makefile       Fri Apr 28 13:52:41 2017 +0000
+++ b/net/iperf3/Makefile       Fri Apr 28 14:12:14 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index