summaryrefslogtreecommitdiff
path: root/lang/python27/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/patches/patch-am')
-rw-r--r--lang/python27/patches/patch-am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/patches/patch-am b/lang/python27/patches/patch-am
index 3661c4807d0..97055821166 100644
--- a/lang/python27/patches/patch-am
+++ b/lang/python27/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.6 2011/10/31 06:49:59 sbd Exp $
+$NetBSD: patch-am,v 1.7 2011/11/08 07:30:08 sbd Exp $
Disabled modules for normal build:
bsddb
@@ -280,7 +280,7 @@ Build the 1.85 compat module all the time against the BDB version of choice.
+ for dir in dirs:
+ f = os.path.join(dir, 'ndbm.h')
+ if sys.platform == 'darwin' and is_macosx_sdk_path(dir):
-+ f = os.path.join(sysroot, dir[1:], filename)
++ f = os.path.join(sysroot, dir[1:], 'ndbm.h')
+ if not os.path.exists(f): continue
+
+ ret = 'True'