aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python32/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-01-21 20:54:09 +0800
committertg <tg@FreeBSD.org>2002-01-21 20:54:09 +0800
commit3dfcbbb16246e738bb390df0ff021df50c4f71f8 (patch)
tree52e9b398b475ac55d908cf7db6823f4577a66e13 /lang/python32/files
parent3cb0b83768b9b32a61f4ff0892f815f04c4afd05 (diff)
downloadfreebsd-ports-gnome-3dfcbbb16246e738bb390df0ff021df50c4f71f8.tar.gz
freebsd-ports-gnome-3dfcbbb16246e738bb390df0ff021df50c4f71f8.tar.zst
freebsd-ports-gnome-3dfcbbb16246e738bb390df0ff021df50c4f71f8.zip
Fix sizeof(wchar_t) calculation.
Diffstat (limited to 'lang/python32/files')
-rw-r--r--lang/python32/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
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 <stdio.h>
++#include <wchar.h>
+ main()
+ {
+ FILE *f=fopen("conftestval", "w");