summaryrefslogtreecommitdiff
path: root/misc/delay/files/patch-ad
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-01-25 01:32:42 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-01-25 01:32:42 +0000
commitf34a81fd320599ab34976312463e7021de4a189b (patch)
tree6ceb9bce024a4ab94a1064b0142ab0db91d09c45 /misc/delay/files/patch-ad
parentFix MD5 checksum (found by bento): (diff)
Patches to fix curses use in -STABLE.
Broken by: billf Submitted by: jhb Apologies to: maintainer
Notes
Notes: svn path=/head/; revision=25045
Diffstat (limited to 'misc/delay/files/patch-ad')
-rw-r--r--misc/delay/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/delay/files/patch-ad b/misc/delay/files/patch-ad
new file mode 100644
index 000000000000..fcb6f74f4534
--- /dev/null
+++ b/misc/delay/files/patch-ad
@@ -0,0 +1,13 @@
+--- curses.c.orig Thu Dec 30 22:02:46 1999
++++ curses.c Mon Jan 24 00:20:19 2000
+@@ -1,7 +1,7 @@
+-#ifdef HAVE_LIBCURSES
+-#ifdef HAVE_CURSES_H
++#ifdef HAVE_LIBNCURSES
++#ifdef HAVE_NCURSES_H
+
+-#include <curses.h>
++#include <ncurses.h>
+
+ #define FWIDTH 6
+ #define FHEIGHT 7