summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/lang/python25/files/patch-fwrapv.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-fwrapv.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-fwrapv.diff')
-rw-r--r--packaging/macosx/ports/lang/python25/files/patch-fwrapv.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/packaging/macosx/ports/lang/python25/files/patch-fwrapv.diff b/packaging/macosx/ports/lang/python25/files/patch-fwrapv.diff
deleted file mode 100644
index 130a3ad5d..000000000
--- a/packaging/macosx/ports/lang/python25/files/patch-fwrapv.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig 2011-11-22 09:08:58.000000000 +1100
-+++ configure 2011-11-22 09:10:56.000000000 +1100
-@@ -4428,9 +4428,7 @@
- STRICT_PROTO="-Wstrict-prototypes"
- fi
- # For gcc 4.x we need to use -fwrapv so lets check if its supported
-- if "$CC" -v --help 2>/dev/null |grep -- -fwrapv > /dev/null; then
- WRAP="-fwrapv"
-- fi
- case $ac_cv_prog_cc_g in
- yes)
- if test "$Py_DEBUG" = 'true' ; then