summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/files/patch-aa')
-rw-r--r--lang/python27/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/python27/files/patch-aa b/lang/python27/files/patch-aa
new file mode 100644
index 000000000000..a57bbba6ffa6
--- /dev/null
+++ b/lang/python27/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