summaryrefslogtreecommitdiff
path: root/lang/python-devel/files/patch-aa
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-08-08 22:09:07 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-08-08 22:09:07 +0000
commit9b2f64d7769515d85770f1693959a5e4664c94e3 (patch)
tree39e63adc7c6c41070ede3693e4ddb43498043a08 /lang/python-devel/files/patch-aa
parentthe patches has been moved to another directory... (diff)
The Python programming language.
Notes
Notes: svn path=/head/; revision=2042
Diffstat (limited to 'lang/python-devel/files/patch-aa')
-rw-r--r--lang/python-devel/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/python-devel/files/patch-aa b/lang/python-devel/files/patch-aa
new file mode 100644
index 000000000000..a57bbba6ffa6
--- /dev/null
+++ b/lang/python-devel/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