diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
commit | ce32ebcbf7baaf37c3a1843d3a446b92bf98adce (patch) | |
tree | 69f9b9f250452e1e1dd0f92af043db47f4156420 /libre/python2-libre/linux2.patch | |
parent | 050167114c83d87da8228b170c5bfc35d00d8953 (diff) | |
parent | f6fa033cd8ddd7cf0efcc84b93ca8f27d5b1059b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/python2-libre/linux2.patch')
-rw-r--r-- | libre/python2-libre/linux2.patch | 23 |
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";; |