summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/lang/python26/files/patch-setup.py.diff
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-01-21 23:33:24 +0000
committerJabiertxof <jtx@jtx>2017-01-21 23:33:24 +0000
commiteeb5405c1b2734322ca9ed506e8a8e16a87c2a4f (patch)
tree5f98cdb1ee5633b69ec1f5c21d0d5e69f8770ad2 /packaging/macosx/ports/lang/python26/files/patch-setup.py.diff
parentOrganize doeffect function (diff)
parentFix "swap fill and stroke" for multiple objects in selection (diff)
downloadinkscape-eeb5405c1b2734322ca9ed506e8a8e16a87c2a4f.tar.gz
inkscape-eeb5405c1b2734322ca9ed506e8a8e16a87c2a4f.zip
Update to trunk
(bzr r13645.1.165)
Diffstat (limited to 'packaging/macosx/ports/lang/python26/files/patch-setup.py.diff')
-rw-r--r--packaging/macosx/ports/lang/python26/files/patch-setup.py.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/packaging/macosx/ports/lang/python26/files/patch-setup.py.diff b/packaging/macosx/ports/lang/python26/files/patch-setup.py.diff
deleted file mode 100644
index 3acb4ac2b..000000000
--- a/packaging/macosx/ports/lang/python26/files/patch-setup.py.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- setup.py.orig 2008-09-29 18:15:45.000000000 -0600
-+++ setup.py 2008-11-30 23:13:09.000000000 -0700
-@@ -1506,13 +1506,7 @@
- def detect_tkinter(self, inc_dirs, lib_dirs):
- # The _tkinter module.
-
-- # Rather than complicate the code below, detecting and building
-- # AquaTk is a separate method. Only one Tkinter will be built on
-- # Darwin - either AquaTk, if it is found, or X11 based Tk.
- platform = self.get_platform()
-- if (platform == 'darwin' and
-- self.detect_tkinter_darwin(inc_dirs, lib_dirs)):
-- return
-
- # Assume we haven't found any of the libraries or include files
- # The versions with dots are used on Unix, and the versions without