diff options
author | abs <abs@pkgsrc.org> | 2002-03-26 16:30:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-03-26 16:30:03 +0000 |
commit | d50aec5c421c5f0e2693803af8d16299b375929a (patch) | |
tree | a07ff422a2be3316590b4661faf931e197621b06 /benchmarks/ttcp/patches | |
parent | 122feacf41d70afb22be41b330815cb0f17c32fb (diff) | |
download | pkgsrc-d50aec5c421c5f0e2693803af8d16299b375929a.tar.gz |
reset CATDEPS under Linux
Diffstat (limited to 'benchmarks/ttcp/patches')
-rw-r--r-- | benchmarks/ttcp/patches/patch-aa | 12 | ||||
-rw-r--r-- | benchmarks/ttcp/patches/patch-ab | 7 |
2 files changed, 12 insertions, 7 deletions
diff --git a/benchmarks/ttcp/patches/patch-aa b/benchmarks/ttcp/patches/patch-aa index 90734063da1..c2770b2e3a6 100644 --- a/benchmarks/ttcp/patches/patch-aa +++ b/benchmarks/ttcp/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2001/04/17 11:57:42 tron Exp $ +$NetBSD: patch-aa,v 1.2 2002/03/26 16:30:03 abs Exp $ ---- Makefile.orig Sat Mar 7 13:39:48 1998 -+++ Makefile Sat Mar 7 13:40:07 1998 -@@ -0,0 +1,9 @@ +--- Makefile.orig Tue Mar 26 16:19:05 2002 ++++ Makefile +@@ -0,0 +1,13 @@ + +PROG= ttcp + @@ -11,4 +11,8 @@ $NetBSD: patch-aa,v 1.1 2001/04/17 11:57:42 tron Exp $ + +MANINSTALL= maninstall catinstall + ++.if ${OPSYS} == "Linux" ++CATDEPS= ++.endif ++ +.include <bsd.prog.mk> diff --git a/benchmarks/ttcp/patches/patch-ab b/benchmarks/ttcp/patches/patch-ab index 66a084b75c9..1e6d8907efc 100644 --- a/benchmarks/ttcp/patches/patch-ab +++ b/benchmarks/ttcp/patches/patch-ab @@ -1,6 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2001/04/17 11:57:42 tron Exp $ ---- ttcp.c.orig Fri Aug 6 15:30:21 1999 -+++ ttcp.c Fri Aug 6 15:30:21 1999 +$NetBSD: patch-ab,v 1.2 2002/03/26 16:30:04 abs Exp $ + +--- ttcp.c.orig Thu Feb 27 21:30:23 1997 ++++ ttcp.c @@ -55,6 +55,7 @@ #include <arpa/inet.h> #include <netdb.h> |