diff options
author | fredb <fredb> | 2000-04-24 04:45:35 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-04-24 04:45:35 +0000 |
commit | 86980c2cf3fa6e41f7b069ee2f2493bfa830eebc (patch) | |
tree | e3213c4fa16260b297c2d1e3a1822490c7eaacf2 /net/coda5_server/patches | |
parent | 291091efb0bcffeaa1f1da44f4e3f8f958a6b09a (diff) | |
download | pkgsrc-86980c2cf3fa6e41f7b069ee2f2493bfa830eebc.tar.gz |
Make this build on current.
Diffstat (limited to 'net/coda5_server/patches')
-rw-r--r-- | net/coda5_server/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/coda5_server/patches/patch-ab b/net/coda5_server/patches/patch-ab new file mode 100644 index 00000000000..3a86a75cf96 --- /dev/null +++ b/net/coda5_server/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2000/04/24 04:45:40 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> |