aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch')
-rw-r--r--dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch b/dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch
new file mode 100644
index 0000000..40e4080
--- /dev/null
+++ b/dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch
@@ -0,0 +1,13 @@
+http://bugs.python.org/issue12326
+http://hg.python.org/cpython/rev/c816479f6aaf
+
+--- configure.in
++++ configure.in
+@@ -260,6 +260,7 @@
+ MACHDEP="$ac_md_system$ac_md_release"
+
+ case $MACHDEP in
++ linux*) MACHDEP="linux2";;
+ cygwin*) MACHDEP="cygwin";;
+ darwin*) MACHDEP="darwin";;
+ atheos*) MACHDEP="atheos";;