diff options
Diffstat (limited to 'devel/p5-Curses/patches/patch-ab')
-rw-r--r-- | devel/p5-Curses/patches/patch-ab | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/p5-Curses/patches/patch-ab b/devel/p5-Curses/patches/patch-ab index 29711f5b4f8..e748298ce60 100644 --- a/devel/p5-Curses/patches/patch-ab +++ b/devel/p5-Curses/patches/patch-ab @@ -1,17 +1,22 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:27 agc Exp $ +$NetBSD: patch-ab,v 1.3 2000/08/28 18:20:43 jlam Exp $ ---- /dev/null Mon Jul 13 12:28:43 1998 -+++ hints/c-netbsd.ncurses.h Mon Jul 13 12:33:32 1998 -@@ -0,0 +1,18 @@ +--- /dev/null Mon Aug 28 13:46:05 2000 ++++ hints/c-netbsd.ncurses.h Mon Aug 28 13:51:36 2000 +@@ -0,0 +1,23 @@ +/* Hint file for the NetBSD platform, ncurses version of libcurses. + * + * If this configuration doesn't work, look at the file "c-none.h" + * for how to set the configuration options. + */ + -+/* These hints thanks to "Andrew V. Stesin" <stesin@elvisti.kiev.ua> */ ++/* These hints copied from FreeBSD file, with adjustments. */ + +#include <ncurses.h> ++ ++#ifdef C_PANELSUPPORT ++#include <panel.h> ++#endif ++ +#undef instr + +#define C_LONGNAME |