From 31219fa022f90d753cc59b7ef928a872f7a5484c Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 23 May 2024 09:36:46 -0600 Subject: [PATCH] Remove unused configure patch --- ocaml-curses-configure-c99.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ocaml-curses-configure-c99.patch 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;