summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-01-01 01:34:43 +0000
committerMartin Owens <doctormo@gmail.com>2017-01-01 01:34:43 +0000
commit88c2ac326c8dffa7ab9497c2d5526e82a319548d (patch)
treed69cc060ec7017183c5bf66ecbe916ccb74d383e /packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff
parentruler: Read state flags for GtkStyleContext correctly (diff)
parentRemove MacOSX packaging and make space for future 0.93 osx packagers. (diff)
downloadinkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.tar.gz
inkscape-88c2ac326c8dffa7ab9497c2d5526e82a319548d.zip
Merge in package removal branch
(bzr r15381)
Diffstat (limited to 'packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff')
-rw-r--r--packaging/macosx/ports/lang/python25/files/patch-Modules-posixmodule.c.diff21
1 files changed, 0 insertions, 21 deletions
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
-