diff options
Diffstat (limited to 'package/python3/018-ncursesw-remove-wrong-includedir.patch')
-rw-r--r-- | package/python3/018-ncursesw-remove-wrong-includedir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python3/018-ncursesw-remove-wrong-includedir.patch b/package/python3/018-ncursesw-remove-wrong-includedir.patch index ae87bbf7fa..1c26438334 100644 --- a/package/python3/018-ncursesw-remove-wrong-includedir.patch +++ b/package/python3/018-ncursesw-remove-wrong-includedir.patch @@ -11,7 +11,7 @@ Index: b/setup.py =================================================================== --- a/setup.py +++ b/setup.py -@@ -1287,7 +1287,6 @@ +@@ -1276,7 +1276,6 @@ panel_library = 'panel' if curses_library == 'ncursesw': curses_defines.append(('HAVE_NCURSESW', '1')) |