summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-12-30 23:09:39 +0000
committerMartin Owens <doctormo@gmail.com>2016-12-30 23:09:39 +0000
commit9090f27c2203e1ee3cc747e49cb5ad8db983ca1d (patch)
tree591205ad0ee11f2091d5d1fcf01c57f31b384666 /packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff
parent[Bug #1574561] Italian translation update. (diff)
downloadinkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.tar.gz
inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.zip
Remove MacOSX packaging and make space for future 0.93 osx packagers.
(bzr r15377.1.1)
Diffstat (limited to 'packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff')
-rw-r--r--packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff b/packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff
deleted file mode 100644
index 0fee9e791..000000000
--- a/packaging/macosx/ports/lang/python25/files/patch-Misc-setuid-prog.c.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- Misc/setuid-prog.c.orig Sat Dec 11 14:29:22 2004
-+++ Misc/setuid-prog.c Sat Dec 11 14:30:13 2004
-@@ -70,6 +70,12 @@
- #define environ _environ
- #endif
-
-+#if defined(__APPLE__)
-+#include <sys/time.h>
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
-+#endif
-+
- /* don't change def_IFS */
- char def_IFS[] = "IFS= \t\n";
- /* you may want to change def_PATH, but you should really change it in */
-