summaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/patches
diff options
context:
space:
mode:
authorthorpej <thorpej>2002-04-17 21:51:35 +0000
committerthorpej <thorpej>2002-04-17 21:51:35 +0000
commit613bb55d5155c22b5c9d9b0dd3c03c4da839d05f (patch)
treeabce1629b67d6df77af679def0806312b8775416 /benchmarks/nttcp/patches
parent3cc038085ed659369b40cab9cc71f244a18c7446 (diff)
downloadpkgsrc-613bb55d5155c22b5c9d9b0dd3c03c4da839d05f.tar.gz
A package for the NTTCP ("New TTCP") network performance measuring tool.
Diffstat (limited to 'benchmarks/nttcp/patches')
-rw-r--r--benchmarks/nttcp/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/nttcp/patches/patch-aa b/benchmarks/nttcp/patches/patch-aa
new file mode 100644
index 00000000000..619067cd33b
--- /dev/null
+++ b/benchmarks/nttcp/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/04/17 21:51:35 thorpej Exp $
+
+--- Makefile.orig Mon Dec 18 02:17:20 2000
++++ Makefile Wed Apr 17 14:42:49 2002
+@@ -151,9 +151,12 @@
+ VERSION= 1.47
+ #prefix= /usr/local/dist/DIR/nttcp-$(VERSION)
+ #prefix= /usr/local
+-prefix= /usr/local/opt/nttcp-$(VERSION)
++#prefix= /usr/local/opt/nttcp-$(VERSION)
++prefix= ${PREFIX}
+ CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\"
+ LFLAGS = $(DBG)
++
++all: nttcp
+
+ nttcp: nttcp.o support.o
+ $(CC) $(LFLAGS) nttcp.o -o nttcp support.o $(LIB)