]> git.pld-linux.org Git - packages/pypy.git/blobdiff - pypy-curses.patch
- missing curses patch added
[packages/pypy.git] / pypy-curses.patch
diff --git a/pypy-curses.patch b/pypy-curses.patch
new file mode 100644 (file)
index 0000000..72cf66f
--- /dev/null
@@ -0,0 +1,12 @@
+--- pypy-1.5-src/pypy/module/_minimal_curses/fficurses.py~     2011-04-30 16:18:50.000000000 +0200
++++ pypy-1.5-src/pypy/module/_minimal_curses/fficurses.py      2011-07-13 08:40:25.739267482 +0200
+@@ -12,7 +12,7 @@
+ from pypy.translator.tool.cbuild import ExternalCompilationInfo
+ eci = ExternalCompilationInfo(
+-    includes = ['curses.h', 'term.h'],
++    includes = ['ncurses/curses.h', 'ncurses/term.h'],
+-    libraries = ['curses'],
++    libraries = ['curses', 'tinfo'],
+ )
This page took 0.027919 seconds and 4 git commands to generate.