From 9b2f64d7769515d85770f1693959a5e4664c94e3 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 8 Aug 1995 22:09:07 +0000 Subject: The Python programming language. --- lang/python+ipv6/files/patch-aa | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lang/python+ipv6/files/patch-aa (limited to 'lang/python+ipv6/files/patch-aa') 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 ++ #else + #include ++ #endif + + typedef struct { + PyObject_HEAD -- cgit v1.2.3