summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-04-13 22:52:53 +0000
committerhans <hans@pkgsrc.org>2012-04-13 22:52:53 +0000
commit56b53e87fdb28ad4c8c348de5a316381c32fb37b (patch)
tree1cd91b6e97399c28c3a2c51a6b5a1d200f1cadfe
parent9d14d1ec2c3bf00a0d55c1f4ea00c4415ed8f606 (diff)
downloadpkgsrc-56b53e87fdb28ad4c8c348de5a316381c32fb37b.tar.gz
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
-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