# HG changeset patch # User Franz Glasner # Date 1664810420 -7200 # Node ID 913b7ccce398088bc3cc84f4ddb91520d35fb9cb # Parent 82ca701f54326433e1ebe08f9a46ad4d57298532 Regenerated curses patch because of new line info in the current patch diff -r 82ca701f5432 -r 913b7ccce398 files/patch-lib__pypy___curses__build.py --- a/files/patch-lib__pypy___curses__build.py Mon Oct 03 11:38:58 2022 +0200 +++ b/files/patch-lib__pypy___curses__build.py Mon Oct 03 17:20:20 2022 +0200 @@ -1,8 +1,8 @@ ---- lib_pypy/_curses_build.py.orig 2020-03-25 12:13:59 UTC +--- lib_pypy/_curses_build.py.orig 2022-03-28 09:53:47 UTC +++ lib_pypy/_curses_build.py -@@ -31,6 +31,8 @@ def find_curses_dir_and_name(): +@@ -37,6 +37,8 @@ def find_curses_dir_and_name(): return base, 'ncursesw' - if os.path.exists(os.path.join(base, 'include', 'ncurses')): + if os.path.exists(os.path.join(base, 'lib', 'libncurses.so')): return base, 'ncurses' + if os.path.exists(os.path.join(base, 'lib', 'libncursesw.so')): + return base, 'ncursesw'