summaryrefslogtreecommitdiffstats
path: root/package/python/python-2.7-013-fix-linux-3-compilation.patch
blob: e834b9f172528ad8500c0c7147af4a0ace0bacd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: Python-2.7.2/configure
===================================================================
--- Python-2.7.2.orig/configure
+++ Python-2.7.2/configure
@@ -3007,6 +3007,7 @@
 	darwin*) MACHDEP="darwin";;
 	atheos*) MACHDEP="atheos";;
         irix646) MACHDEP="irix6";;
+        linux*) MACHDEP="linux2";;
 	'')	MACHDEP="unknown";;
 	esac
 fi
Index: Python-2.7.2/configure.in
===================================================================
--- Python-2.7.2.orig/configure.in
+++ Python-2.7.2/configure.in
@@ -297,6 +297,7 @@
 	darwin*) MACHDEP="darwin";;
 	atheos*) MACHDEP="atheos";;
         irix646) MACHDEP="irix6";;
+        linux*) MACHDEP="linux2";;
 	'')	MACHDEP="unknown";;
 	esac
 fi