diff options
author | christos <christos@pkgsrc.org> | 2005-09-28 20:31:28 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-09-28 20:31:28 +0000 |
commit | 36a3b1c41834cc18079114c31cd7dc8427546fcc (patch) | |
tree | 55b800e22a66cf621968f6d686c8234489297e08 /mail/mush/patches | |
parent | 3d4e72c6c00e013f6803f9ed0ca7750e9fdbe2b6 (diff) | |
download | pkgsrc-36a3b1c41834cc18079114c31cd7dc8427546fcc.tar.gz |
Fix curses ok test for bsd44.
Diffstat (limited to 'mail/mush/patches')
-rw-r--r-- | mail/mush/patches/patch-an | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mush/patches/patch-an b/mail/mush/patches/patch-an index a34cf3704ee..a011b6b7453 100644 --- a/mail/mush/patches/patch-an +++ b/mail/mush/patches/patch-an @@ -1,7 +1,7 @@ -$NetBSD: patch-an,v 1.1 2002/06/03 18:53:29 christos Exp $ +$NetBSD: patch-an,v 1.2 2005/09/28 20:31:28 christos Exp $ ---- curses.c.orig Mon Jun 3 14:50:56 2002 -+++ curses.c Mon Jun 3 14:47:48 2002 +--- curses.c.orig 2005-09-28 16:24:35.000000000 -0400 ++++ curses.c 2005-09-28 16:28:37.000000000 -0400 @@ -11,11 +11,6 @@ { char buf[80]; @@ -19,7 +19,7 @@ $NetBSD: patch-an,v 1.1 2002/06/03 18:53:29 christos Exp $ (void) signal(SIGCONT, stop_start); #endif /* SIGCONT */ -#if !defined(SYSV) && !defined(USG) && !defined(__NCURSES_H) -+#if !defined(SYSV) && !defined(USG) ++#if !defined(SYSV) && !defined(USG) && !defined(BSD44) if (!UP || !*UP) #else /* ~SYSV && ~USG */ if (!stdscr) |