[dev-lang/python] add gdbm-1.9 patch, fixes bug 3159

This commit is contained in:
Fabio Erculiani
2012-04-10 13:07:18 +02:00
parent 3d147cb86a
commit 4bb3dae245
13 changed files with 755 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
http://hg.python.org/cpython/rev/c816479f6aaf/
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";;