aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python24
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-21 20:54:09 +0800
committerThomas Gellekum <tg@FreeBSD.org>2002-01-21 20:54:09 +0800
commit8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad (patch)
tree52a9375e503199b5a01504b5b696df274e642cce /lang/python24
parentc4b6dbc90610d1a232ea1faeda37b2c77072de45 (diff)
downloadfreebsd-ports-gnome-8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad.tar.gz
freebsd-ports-gnome-8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad.tar.zst
freebsd-ports-gnome-8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad.zip
Fix sizeof(wchar_t) calculation.
Diffstat (limited to 'lang/python24')
-rw-r--r--lang/python24/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python24/files/patch-configure b/lang/python24/files/patch-configure
new file mode 100644
index 000000000000..e40f4ac925e3
--- /dev/null
+++ b/lang/python24/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");