this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix path to terminfo in ncurses

+2 -3
+2 -3
src/ncurses/include/ncurses_cfg.h
··· 45 45 */ 46 46 #ifndef NC_CONFIG_H 47 47 #define NC_CONFIG_H 48 - #include <darling-config.h> 49 48 50 49 #define SYSTEM_NAME "darwin12.0" 51 50 #define CC_HAS_PROTOS 1 52 51 #define HAVE_LONG_FILE_NAMES 1 53 52 #define USE_DATABASE 1 54 - #define TERMINFO_DIRS SHARE_PATH "/terminfo" 55 - #define TERMINFO SHARE_PATH "/terminfo" 53 + #define TERMINFO_DIRS "/usr/share/terminfo" 54 + #define TERMINFO "/usr/share/terminfo" 56 55 #define HAVE_BIG_CORE 1 57 56 #define USE_TERMCAP 1 58 57 #define TERMPATH "/etc/termcap:/usr/share/misc/termcap"