diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-21 12:54:09 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-21 12:54:09 +0000 |
commit | 8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad (patch) | |
tree | 52a9375e503199b5a01504b5b696df274e642cce /lang/python26 | |
parent | c4b6dbc90610d1a232ea1faeda37b2c77072de45 (diff) | |
download | ports-8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad.tar.gz ports-8a7b64758504a0aa9646efd5e6ff0b1b34a3a7ad.zip |
Notes
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python26/files/patch-configure b/lang/python26/files/patch-configure new file mode 100644 index 000000000000..e40f4ac925e3 --- /dev/null +++ b/lang/python26/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"); |