diff options
Diffstat (limited to 'editors/bvi/files/patch-bmore.h')
-rw-r--r-- | editors/bvi/files/patch-bmore.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/bvi/files/patch-bmore.h b/editors/bvi/files/patch-bmore.h new file mode 100644 index 000000000000..e1a5556421ef --- /dev/null +++ b/editors/bvi/files/patch-bmore.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- bmore.h.orig Tue Feb 19 00:41:05 2002 ++++ bmore.h Tue Feb 19 00:41:22 2002 +@@ -48,7 +48,7 @@ + # include <unistd.h> + #if HAVE_NCURSES_H + # include <ncurses.h> +-# include <ncurses/term.h> ++# include <term.h> + #else + # include <curses.h> + # include <term.h> |