diff options
Diffstat (limited to 'lang/python21/files/patch-aa')
-rw-r--r-- | lang/python21/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/python21/files/patch-aa b/lang/python21/files/patch-aa new file mode 100644 index 000000000000..a57bbba6ffa6 --- /dev/null +++ b/lang/python21/files/patch-aa @@ -0,0 +1,17 @@ +diff -c -r Modules/cursesmodule.c.orig Modules/cursesmodule.c +*** Modules/cursesmodule.c.orig Fri Mar 17 04:18:36 1995 +--- Modules/cursesmodule.c Tue Aug 8 13:31:40 1995 +*************** +*** 145,151 **** +--- 145,155 ---- + + #include "Python.h" + ++ #ifdef __FreeBSD__ ++ #include <ncurses.h> ++ #else + #include <curses.h> ++ #endif + + typedef struct { + PyObject_HEAD |