diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-08 22:09:07 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-08 22:09:07 +0000 |
commit | 9b2f64d7769515d85770f1693959a5e4664c94e3 (patch) | |
tree | 39e63adc7c6c41070ede3693e4ddb43498043a08 /lang/python+ipv6/files/patch-aa | |
parent | the patches has been moved to another directory... (diff) |
The Python programming language.
Notes
Notes:
svn path=/head/; revision=2042
Diffstat (limited to 'lang/python+ipv6/files/patch-aa')
-rw-r--r-- | lang/python+ipv6/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/python+ipv6/files/patch-aa b/lang/python+ipv6/files/patch-aa new file mode 100644 index 000000000000..a57bbba6ffa6 --- /dev/null +++ b/lang/python+ipv6/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 |