diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-09 06:09:07 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-09 06:09:07 +0800 |
commit | 1857f68702c618e8507745329bf7909dbeccff5c (patch) | |
tree | 0fca4a5ed9d03b35f93ef564d50cf1a9d893ceba /lang/python23/files/patch-aa | |
parent | 532cb5afe959d5d886f51eef1c63b7526148ff52 (diff) | |
download | freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.tar.gz freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.tar.zst freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.zip |
The Python programming language.
Diffstat (limited to 'lang/python23/files/patch-aa')
-rw-r--r-- | lang/python23/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/python23/files/patch-aa b/lang/python23/files/patch-aa new file mode 100644 index 000000000000..a57bbba6ffa6 --- /dev/null +++ b/lang/python23/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 |