Dropped patch `002-do-not-add-include-dirs-when-cross-compiling.patch` Seems upstream also fixed it (yay). Refreshed patch `011-fix-ncursesw-definition-colisions.patch` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
12 lines
454 B
Diff
12 lines
454 B
Diff
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c
|
|
index 3bf2ca7..c156964 100644
|
|
--- a/Modules/_cursesmodule.c
|
|
+++ b/Modules/_cursesmodule.c
|
|
@@ -116,7 +116,6 @@ char *PyCursesVersion = "2.2";
|
|
#defines many common symbols (such as "lines") which breaks the
|
|
curses module in other ways. So the code will just specify
|
|
explicit prototypes here. */
|
|
-extern int setupterm(char *,int,int *);
|
|
#ifdef __sgi
|
|
#include <term.h>
|
|
#endif
|