--- lib/libcurses/.patch 1970-01-01 01:00:00 +0100 +++ lib/libcurses/.patch 2025-09-12 11:34:13 +0200 @@ -0,0 +1 @@ +This directory has been patched. --- lib/libcurses/curses.h 2025-10-10 07:19:40 +0200 +++ lib/libcurses/curses.h 2025-10-10 07:26:49 +0200 @@ -58,7 +58,7 @@ #define NCURSES_VERSION "5.7" #if !defined(NCURSES_IMPEXP) -# define NCURSES_IMPEXP /* nothing */ +# define NCURSES_IMPEXP __import #endif #if !defined(NCURSES_API) # define NCURSES_API /* nothing */ --- lib/libcurses/term.h 2025-10-10 07:19:40 +0200 +++ lib/libcurses/term.h 2025-10-10 07:26:49 +0200 @@ -51,7 +51,7 @@ #define NCURSES_VERSION "5.7" #if !defined(NCURSES_IMPEXP) -# define NCURSES_IMPEXP /* nothing */ +# define NCURSES_IMPEXP __import #endif #if !defined(NCURSES_API) # define NCURSES_API /* nothing */ --- lib/libcurses/termcap.h 2025-10-10 07:19:40 +0200 +++ lib/libcurses/termcap.h 2025-10-10 07:26:49 +0200 @@ -42,7 +42,7 @@ #define NCURSES_VERSION "5.7" #if !defined(NCURSES_IMPEXP) -# define NCURSES_IMPEXP /* nothing */ +# define NCURSES_IMPEXP __import #endif #if !defined(NCURSES_API) # define NCURSES_API /* nothing */