freebsd-ports/lang/python30/files/patch-aa
1995-08-08 22:09:07 +00:00

17 lines
371 B
Text

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