From 3dfcbbb16246e738bb390df0ff021df50c4f71f8 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 21 Jan 2002 12:54:09 +0000 Subject: Fix sizeof(wchar_t) calculation. --- lang/python32/files/patch-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/python32/files/patch-configure (limited to 'lang/python32') diff --git a/lang/python32/files/patch-configure b/lang/python32/files/patch-configure new file mode 100644 index 000000000000..e40f4ac925e3 --- /dev/null +++ b/lang/python32/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sun Jan 20 15:31:22 2002 ++++ configure Sun Jan 20 15:56:58 2002 +@@ -6980,6 +6980,7 @@ + #line 6981 "configure" + #include "confdefs.h" + #include ++#include + main() + { + FILE *f=fopen("conftestval", "w"); -- cgit