summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/curses_tinfo.patch')
-rw-r--r--dev-lang/python/files/curses_tinfo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/python/files/curses_tinfo.patch b/dev-lang/python/files/curses_tinfo.patch
deleted file mode 100644
index 6048f8cf..00000000
--- a/dev-lang/python/files/curses_tinfo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# https://bugs.gentoo.org/457530
-# https://bugs.gentoo.org/692128
---- 1/setup.py
-+++ 1/setup.py
-@@ -1396,7 +1396,7 @@
- curses_defines.append(('_XOPEN_SOURCE_EXTENDED', '1'))
-
- if curses_library.startswith('ncurses'):
-- curses_libs = [curses_library]
-+ curses_libs = [curses_library, 'tinfo']
- exts.append( Extension('_curses', ['_cursesmodule.c'],
- include_dirs=curses_includes,
- define_macros=curses_defines,