summaryrefslogtreecommitdiff
path: root/lang/python25
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-21 12:54:09 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-21 12:54:09 +0000
commit8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad (patch)
tree52a9375e503199b5a01504b5b696df274e642cce /lang/python25
parentUpdate to 1.3.5. No user-visible changes. (diff)
Fix sizeof(wchar_t) calculation.
Notes
Notes: svn path=/head/; revision=53452
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python25/files/patch-configure b/lang/python25/files/patch-configure
new file mode 100644
index 000000000000..e40f4ac925e3
--- /dev/null
+++ b/lang/python25/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");