diff options
author | fredb <fredb@pkgsrc.org> | 2000-04-24 04:45:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-04-24 04:45:35 +0000 |
commit | 64c38ec8e1a1667e2e773da1193054a9b7e29844 (patch) | |
tree | e3213c4fa16260b297c2d1e3a1822490c7eaacf2 /net/coda5_client | |
parent | 533d7d28a81c7f967ec9bc64e132dba7bf937e55 (diff) | |
download | pkgsrc-64c38ec8e1a1667e2e773da1193054a9b7e29844.tar.gz |
Make this build on current.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/files/patch-sum | 3 | ||||
-rw-r--r-- | net/coda5_client/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/coda5_client/files/patch-sum b/net/coda5_client/files/patch-sum index 0d4175cdc8d..2542bdbefe7 100644 --- a/net/coda5_client/files/patch-sum +++ b/net/coda5_client/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/02/20 07:18:59 fredb Exp $ +$NetBSD: patch-sum,v 1.5 2000/04/24 04:45:35 fredb Exp $ MD5 (patch-aa) = 8c5bff279b4bb0aee9e8b40ade334f3c +MD5 (patch-ab) = 104a063e36a388086f78ca1b64de8c4a diff --git a/net/coda5_client/patches/patch-ab b/net/coda5_client/patches/patch-ab new file mode 100644 index 00000000000..837679da93e --- /dev/null +++ b/net/coda5_client/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2000/04/24 04:45:37 fredb Exp $ + +--- coda-src/vtools/cmon.cc.orig Wed Feb 2 13:24:36 2000 ++++ coda-src/vtools/cmon.cc Sun Apr 23 23:22:04 2000 +@@ -44,7 +44,7 @@ + #include "coda_string.h" + #include <errno.h> + +-#ifdef __linux__ ++#if defined(__linux__) || defined(__NetBSD__) + #include <ncurses.h> + #else + #include <curses.h> |