summaryrefslogtreecommitdiff
path: root/net/netperf
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-26 04:43:33 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-26 04:43:33 +0000
commit3dad0f8603602dee88a949d1b22134d3750377df (patch)
tree05cdce57a700ec01bae1800b7948c57b1cf0d3a2 /net/netperf
parent474141b293eb8a4a53973ebc4d4864e7f5138e00 (diff)
downloadpkgsrc-3dad0f8603602dee88a949d1b22134d3750377df.tar.gz
Make this build on IRIX, Georg Schwarz PR pkg/27427.
Diffstat (limited to 'net/netperf')
-rw-r--r--net/netperf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/netperf/Makefile b/net/netperf/Makefile
index 329fc7af4a7..11dd7545369 100644
--- a/net/netperf/Makefile
+++ b/net/netperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/26 10:03:50 agc Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/26 04:43:33 xtraeme Exp $
# KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp
#
@@ -15,6 +15,8 @@ MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.netperf.org/
COMMENT= Rick Jones' network performance benchmarking package
+USE_BUILDLINK3= yes
+
MAKEFILE= makefile
MAN1= netperf.1 netserver.1
@@ -26,6 +28,10 @@ BUILD_DEFS+= USE_INET6
CFLAGS+= -DDO_IPV6
.endif
+.if ${OPSYS} == "IRIX"
+CFLAGS+= -DIRIX
+.endif
+
post-install:
strip ${PREFIX}/netperf/netperf
strip ${PREFIX}/netperf/netserver