diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-01 04:22:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-01 04:22:58 +0000 |
commit | 084f8e2f4bf31e9ffae92e470fa33b2f6f51f256 (patch) | |
tree | b59b61fc9002c8e3a28a59934ed6c54b459e6980 /comms/birda/patches | |
parent | eda67d526802b8203a1bb2660d5cba7d59111510 (diff) | |
download | pkgsrc-084f8e2f4bf31e9ffae92e470fa33b2f6f51f256.tar.gz |
remove the WRKSRC part of the path to the file to be patched so the patch
applies correctly. Fixes stupid problem caused by me.
Diffstat (limited to 'comms/birda/patches')
-rw-r--r-- | comms/birda/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/birda/patches/patch-aa b/comms/birda/patches/patch-aa index 17497265a63..2d29a53a366 100644 --- a/comms/birda/patches/patch-aa +++ b/comms/birda/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1 2002/03/31 14:36:29 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.2 2002/04/01 04:22:59 dmcmahill Exp $ ---- work.bondage/birda-0.9/src/unix.c.orig Mon Dec 17 11:09:33 2001 -+++ work.bondage/birda-0.9/src/unix.c +--- src/unix.c.orig Mon Dec 17 11:09:33 2001 ++++ src/unix.c @@ -30,6 +30,7 @@ #include <stdio.h> |