summaryrefslogtreecommitdiff
path: root/shells/flash/files/patch-ai
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2000-01-08 18:23:34 +0000
committerWes Peters <wes@FreeBSD.org>2000-01-08 18:23:34 +0000
commit37f5aac4ac0acb3583f3d0a982bdb4bcacc4846d (patch)
tree457a45fe2f2609965f6654f7cfdfca39a233d1fe /shells/flash/files/patch-ai
parentRemove cgi-lib/pkg/COMMENT. (diff)
Add port for flash, a user-menu shell. This still needs a
good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'shells/flash/files/patch-ai')
-rw-r--r--shells/flash/files/patch-ai20
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/flash/files/patch-ai b/shells/flash/files/patch-ai
new file mode 100644
index 000000000000..346fc6367e74
--- /dev/null
+++ b/shells/flash/files/patch-ai
@@ -0,0 +1,20 @@
+--- modules/background.c Sat Oct 25 11:34:23 1997
++++ modules/background.c.new Sun Jan 2 20:48:46 2000
+@@ -20,8 +20,17 @@
+
+ */
+
++#ifdef HAVE_CONFIG_H
++#include "../config.h"
++#endif
++
++#ifdef HAVE_NCURSES_NCURSES_H
++#include <ncurses/ncurses.h>
++#include <ncurses/term.h>
++#else
+ #include <curses.h>
+ #include <term.h>
++#endif
+
+ #include <stdlib.h>
+ #include <stdio.h>