mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
ncurses: readd "bsdpads"
During the import of ncurses 6.5 some bsd specifics configuration where lost and reintroduce quickly after the import, unfortunatly there was a typo in this fix which caused the "bsdpads" to not be enabled in ncurses. Fortunatly only very old programs may be affected by this change, unfortunatly Nethack (in the ports tree is one of them.) PR: 287358 MFC After: 3 days
This commit is contained in:
parent
a0dd602239
commit
836a0d4632
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#define MIXEDCASE_FILENAMES 1
|
||||
#define STDC_HEADERS 1
|
||||
#define USE_GETCAP 1
|
||||
#define USE_BSD_TPUTS 1
|
||||
#define BSD_TPUTS 1
|
||||
#define HAVE_BSD_CGETENT 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue