pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/net/iperf3 Pullup ticket #5386 - requested by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8527061e1c9
branches: pkgsrc-2017Q1
changeset: 360347:f8527061e1c9
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon May 01 09:44:40 2017 +0000
description:
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.
diffstat:
net/iperf3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8125c4c9a342 -r f8527061e1c9 net/iperf3/Makefile
--- a/net/iperf3/Makefile Mon May 01 09:40:55 2017 +0000
+++ b/net/iperf3/Makefile Mon May 01 09:44:40 2017 +0000
@@ -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 @@
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