summaryrefslogtreecommitdiff
path: root/libre/python2-libre/linux2.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-19 12:01:38 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-19 12:01:38 -0300
commitc3c327822e2ae451edf70d9a2d2fbc3900244147 (patch)
treeba2fa7cbc162b43f6804c30e6a4d980132a07c8d /libre/python2-libre/linux2.patch
parent75dbb01140b11651ab65c00de6c7bf0b8b3a64fa (diff)
downloadabslibre-c3c327822e2ae451edf70d9a2d2fbc3900244147.tar.gz
abslibre-c3c327822e2ae451edf70d9a2d2fbc3900244147.tar.bz2
abslibre-c3c327822e2ae451edf70d9a2d2fbc3900244147.zip
Remove python2-libre since it's free now (starting from 2.7.3)
Diffstat (limited to 'libre/python2-libre/linux2.patch')
-rw-r--r--libre/python2-libre/linux2.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libre/python2-libre/linux2.patch b/libre/python2-libre/linux2.patch
deleted file mode 100644
index 670510fde..000000000
--- a/libre/python2-libre/linux2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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";;