fix fallout from the libcurses -> libncurses link; from pvalchev@
This commit is contained in:
parent
0444e49947
commit
62203a9228
15
editors/bvi/patches/patch-bmore_h
Normal file
15
editors/bvi/patches/patch-bmore_h
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-bmore_h,v 1.1 2002/11/29 01:49:57 naddy Exp $
|
||||
--- bmore.h.orig Fri Nov 29 02:45:19 2002
|
||||
+++ bmore.h Fri Nov 29 02:46:29 2002
|
||||
@@ -48,7 +48,11 @@
|
||||
# include <unistd.h>
|
||||
#if HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
+# include <term.h>
|
||||
+#else
|
||||
# include <ncurses/term.h>
|
||||
+#endif
|
||||
#else
|
||||
# include <curses.h>
|
||||
# include <term.h>
|
Loading…
Reference in New Issue
Block a user