summaryrefslogtreecommitdiff
path: root/net/iperf
diff options
context:
space:
mode:
authorhans <hans>2012-04-13 22:52:53 +0000
committerhans <hans>2012-04-13 22:52:53 +0000
commit3b266a971ca4270d91aefe31b0401a631031aaac (patch)
tree1cd91b6e97399c28c3a2c51a6b5a1d200f1cadfe /net/iperf
parent636cf66a7527e8f16242caa09a6efa724badff02 (diff)
downloadpkgsrc-3b266a971ca4270d91aefe31b0401a631031aaac.tar.gz
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
Diffstat (limited to 'net/iperf')
-rw-r--r--net/iperf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
index d0b0f844946..20d5469ff01 100644
--- a/net/iperf/Makefile
+++ b/net/iperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/01/31 08:42:09 adam Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/13 22:52:53 hans Exp $
DISTNAME= iperf-2.0.5
CATEGORIES= net benchmarks
@@ -20,6 +20,8 @@ GCC_REQD+= 3.0
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
+LIBS.SunOS+= -lrt
+
INSTALLATION_DIRS+= share/doc/${PKGBASE}
PTHREAD_OPTS+= native optional