summaryrefslogtreecommitdiff
path: root/libre/python2-libre/linux2.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-13 17:51:38 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-12-13 17:51:38 -0300
commit079a1c74633eb49cb86f747fa0d6dcee8259dfe3 (patch)
treec6f454d8e35b14b968bfdbcc845f631764ecccff /libre/python2-libre/linux2.patch
parentf1d284bb22ee25d272d0430a377e5e8e10eed5c6 (diff)
downloadabslibre-079a1c74633eb49cb86f747fa0d6dcee8259dfe3.tar.gz
abslibre-079a1c74633eb49cb86f747fa0d6dcee8259dfe3.tar.bz2
abslibre-079a1c74633eb49cb86f747fa0d6dcee8259dfe3.zip
libre/python2-libre-2.7.2-4
Diffstat (limited to 'libre/python2-libre/linux2.patch')
-rw-r--r--libre/python2-libre/linux2.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/libre/python2-libre/linux2.patch b/libre/python2-libre/linux2.patch
new file mode 100644
index 000000000..74ae2aa12
--- /dev/null
+++ b/libre/python2-libre/linux2.patch
@@ -0,0 +1,24 @@
+http://hg.python.org/cpython/rev/c816479f6aaf/
+diff --git a/configure b/configure
+--- a/configure
++++ b/configure
+@@ -2995,6 +2995,7 @@ then
+ MACHDEP="$ac_md_system$ac_md_release"
+
+ case $MACHDEP in
++ linux*) MACHDEP="linux2";;
+ cygwin*) MACHDEP="cygwin";;
+ darwin*) MACHDEP="darwin";;
+ atheos*) MACHDEP="atheos";;
+diff --git a/configure.in b/configure.in
+--- a/configure.in
++++ b/configure.in
+@@ -293,6 +293,7 @@ then
+ MACHDEP="$ac_md_system$ac_md_release"
+
+ case $MACHDEP in
++ linux*) MACHDEP="linux2";;
+ cygwin*) MACHDEP="cygwin";;
+ darwin*) MACHDEP="darwin";;
+ atheos*) MACHDEP="atheos";;
+