From 9090f27c2203e1ee3cc747e49cb5ad8db983ca1d Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Fri, 30 Dec 2016 23:09:39 +0000 Subject: Remove MacOSX packaging and make space for future 0.93 osx packagers. (bzr r15377.1.1) --- .../python25/files/patch-Modules-posixmodule.c.diff | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff (limited to 'packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff') diff --git a/packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff b/packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff deleted file mode 100644 index c14913cf7..000000000 --- a/packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- Modules/posixmodule.c.orig Sat Dec 11 14:27:52 2004 -+++ Modules/posixmodule.c Sat Dec 11 14:28:17 2004 -@@ -339,7 +339,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(). - */ -@@ -357,7 +357,7 @@ - d = PyDict_New(); - if (d == NULL) - return NULL; --#ifdef WITH_NEXT_FRAMEWORK -+#ifdef __APPLE__ - if (environ == NULL) - environ = *_NSGetEnviron(); - #endif - -- cgit v1.2.3