diff --git a/ocaml-curses-configure-c99.patch b/ocaml-curses-configure-c99.patch deleted file mode 100644 index a09c1bd..0000000 --- a/ocaml-curses-configure-c99.patch +++ /dev/null @@ -1,20 +0,0 @@ -Define NCURSES_WIDECHAR, so that actually declares -the probed addnwstr function. This follows Thomas Dickey's suggestion -on the bug-ncurses list: - - - -Submitted upstream: - -diff --git a/configure.ac b/configure.ac -index 15ca4087b5d9ee2b..24d5fa48960a5601 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -126,6 +126,7 @@ then - AC_MSG_CHECKING(for wide character support in ncurses library) - AC_TRY_LINK( - [#include -+ #define NCURSES_WIDECHAR 1 - #include CURSES_HEADER - ], - [wchar_t wch = 0;