diff options
Diffstat (limited to 'lang/python27/files/patch-configure')
-rw-r--r-- | lang/python27/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python27/files/patch-configure b/lang/python27/files/patch-configure new file mode 100644 index 000000000000..e40f4ac925e3 --- /dev/null +++ b/lang/python27/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"); |