pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/net/iperf3
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon May 1 09:44:41 UTC 2017
Modified Files:
pkgsrc/net/iperf3 [pkgsrc-2017Q1]: Makefile
Log Message:
Pullup ticket #5386 - requested by sevan
net/iperf3: build fix
Revisions pulled up:
- net/iperf3/Makefile 1.5
---
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.4.2.1 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.4.2.1
--- pkgsrc/net/iperf3/Makefile:1.4 Tue Feb 28 19:40:07 2017
+++ pkgsrc/net/iperf3/Makefile Mon May 1 09:44:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/02/28 19:40:07 adam Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2017/05/01 09:44:40 bsiegert 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