mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix ncurses bootstrap on macOS
Avoid including machine/console.h when bootstrapping on non-FreeBSD.
This commit is contained in:
parent
e5e4845959
commit
79fbd48378
1 changed files with 2 additions and 0 deletions
|
|
@ -62,7 +62,9 @@
|
|||
#endif
|
||||
#define HAVE_LONG_FILE_NAMES 1
|
||||
#define MIXEDCASE_FILENAMES 1
|
||||
#ifdef __FreeBSD__
|
||||
#define USE_SYSMOUSE 1
|
||||
#endif
|
||||
#define TERMINFO_DIRS "/usr/share/terminfo:/usr/local/share/site-terminfo"
|
||||
#define TERMINFO "/usr/share/terminfo"
|
||||
#define HAVE_BIG_CORE 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue