pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/iperf3



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Apr 28 14:12:14 UTC 2017

Modified Files:
        pkgsrc/net/iperf3: Makefile

Log Message:
Requires C99 for some math functions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/iperf3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/iperf3/Makefile
diff -u pkgsrc/net/iperf3/Makefile:1.4 pkgsrc/net/iperf3/Makefile:1.5
--- pkgsrc/net/iperf3/Makefile:1.4      Tue Feb 28 19:40:07 2017
+++ pkgsrc/net/iperf3/Makefile  Fri Apr 28 14:12:14 2017
@@ -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



Home | Main Index | Thread Index | Old Index