summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/lang/python25/files/patch-pyconfig.h.in.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-pyconfig.h.in.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-pyconfig.h.in.diff')
-rw-r--r--packaging/macosx/ports/lang/python25/files/patch-pyconfig.h.in.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/macosx/ports/lang/python25/files/patch-pyconfig.h.in.diff b/packaging/macosx/ports/lang/python25/files/patch-pyconfig.h.in.diff
deleted file mode 100644
index bd0ecd803..000000000
--- a/packaging/macosx/ports/lang/python25/files/patch-pyconfig.h.in.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- pyconfig.h.in.orig 2009-08-16 10:22:50.000000000 -0700
-+++ pyconfig.h.in 2009-08-16 10:23:24.000000000 -0700
-@@ -4,6 +4,10 @@
- #ifndef Py_PYCONFIG_H
- #define Py_PYCONFIG_H
-
-+// Required on Darwin 10+
-+#ifndef _DARWIN_C_SOURCE
-+#define _DARWIN_C_SOURCE
-+#endif
-
- /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
- support for AIX C++ shared extension modules. */