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, 0 insertions, 13 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
deleted file mode 100644
index 40e4080..0000000
--- a/dev-lang/python/files/2.6/10_all_sys.platform_linux2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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";;