diff options
Diffstat (limited to 'lang/python23-nth/patches/patch-dc')
-rw-r--r-- | lang/python23-nth/patches/patch-dc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/python23-nth/patches/patch-dc b/lang/python23-nth/patches/patch-dc deleted file mode 100644 index edf21f9f4cf..00000000000 --- a/lang/python23-nth/patches/patch-dc +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-dc,v 1.2 2005/06/16 12:45:27 hira Exp $ - ---- Modules/posixmodule.c.orig Thu Nov 25 12:56:28 2004 -+++ Modules/posixmodule.c Thu Nov 25 12:57:24 2004 -@@ -304,7 +304,7 @@ - #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(). - */ -@@ -322,7 +322,7 @@ - d = PyDict_New(); - if (d == NULL) - return NULL; --#ifdef WITH_NEXT_FRAMEWORK -+#ifdef __APPLE__ - if (environ == NULL) - environ = *_NSGetEnviron(); - #endif |