11diff --git setupext.py setupext.py
2- index 9219c88..e3a9653 100644
2+ index ddf2ca1..b9e0729 100755
33--- setupext.py
44+++ setupext.py
5- @@ -1334 ,52 +1334 ,11 @@ class BackendTkAgg(OptionalBackendPackage):
6- ext.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
5+ @@ -1659 ,52 +1659 ,11 @@ class BackendTkAgg(OptionalBackendPackage):
6+ ext.library_dirs.extend([os.path.join(sys.prefix, 'dlls')])
77
88 elif sys.platform == 'darwin':
99- # this config section lifted directly from Imaging - thanks to
@@ -16,7 +16,7 @@ index 9219c88..e3a9653 100644
1616- '/Library/Frameworks',
1717- '/System/Library/Frameworks/',
1818- ]
19- -
19+
2020- # Find the directory that contains the Tcl.framework and
2121- # Tk.framework bundles.
2222- tk_framework_found = 0
@@ -46,7 +46,7 @@ index 9219c88..e3a9653 100644
4646- # than include a complicated search, this is a
4747- # hard-coded path. It could bail out if X11 libs are
4848- # not found...
49-
49+ -
5050- # tk_include_dirs.append('/usr/X11R6/include')
5151- frameworks = ['-framework', 'Tcl', '-framework', 'Tk']
5252- ext.include_dirs.extend(tk_include_dirs)
0 commit comments