summaryrefslogtreecommitdiff
path: root/mail/mush/patches
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2005-09-28 20:31:28 +0000
committerchristos <christos@pkgsrc.org>2005-09-28 20:31:28 +0000
commit36a3b1c41834cc18079114c31cd7dc8427546fcc (patch)
tree55b800e22a66cf621968f6d686c8234489297e08 /mail/mush/patches
parent3d4e72c6c00e013f6803f9ed0ca7750e9fdbe2b6 (diff)
downloadpkgsrc-36a3b1c41834cc18079114c31cd7dc8427546fcc.tar.gz
Fix curses ok test for bsd44.
Diffstat (limited to 'mail/mush/patches')
-rw-r--r--mail/mush/patches/patch-an8
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)