diff options
Diffstat (limited to 'lang/python24/patches/patch-ak')
-rw-r--r-- | lang/python24/patches/patch-ak | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/python24/patches/patch-ak b/lang/python24/patches/patch-ak deleted file mode 100644 index 04b0a4092d0..00000000000 --- a/lang/python24/patches/patch-ak +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2007/06/08 14:16:16 wiz Exp $ - ---- Modules/posixmodule.c.orig 2006-10-09 19:29:06.000000000 +0000 -+++ Modules/posixmodule.c -@@ -314,7 +314,7 @@ extern int lstat(const char *, struct st - #endif - - /* Return a dictionary corresponding to the POSIX environment table */ --#ifdef WITH_NEXT_FRAMEWORK -+#ifdef __APPLE__ - /* On Darwin/MacOSX a shared library or framework has no access to - ** environ directly, we must obtain it with _NSGetEnviron(). - */ -@@ -332,7 +332,7 @@ convertenviron(void) - d = PyDict_New(); - if (d == NULL) - return NULL; --#ifdef WITH_NEXT_FRAMEWORK -+#ifdef __APPLE__ - if (environ == NULL) - environ = *_NSGetEnviron(); - #endif |