/[packages]/cauldron/python-matplotlib/pristine/SOURCES/setupext-tk-include-0.99.1.2.patch
ViewVC logotype

Contents of /cauldron/python-matplotlib/pristine/SOURCES/setupext-tk-include-0.99.1.2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90225 - (show annotations) (download)
Mon Apr 25 09:13:30 2011 UTC (13 years ago) by schedbot
File size: 892 byte(s)
Copying release 1.0.1-2.mga1 to pristine/ directory.
1 --- setupext.py.orig 2009-08-23 01:27:32.000000000 -0400
2 +++ setupext.py 2010-01-10 10:24:40.000000000 -0500
3 @@ -792,6 +792,7 @@
4 explanation = str(e)
5 gotit = False
6 else:
7 + print ">>>",module.include_dirs
8 if not find_include_file(module.include_dirs, "tk.h"):
9 message = 'Tkinter present, but header files are not found. ' + \
10 'You may need to install development packages.'
11 @@ -956,10 +957,10 @@
12 return tcl_lib, tcl_inc, tk_lib, tk_inc
13
14 def hardcoded_tcl_config():
15 - tcl_inc = "/usr/local/include"
16 - tk_inc = "/usr/local/include"
17 - tcl_lib = "/usr/local/lib"
18 - tk_lib = "/usr/local/lib"
19 + tcl_inc = "/usr/include"
20 + tk_inc = "/usr/include"
21 + tcl_lib = "/usr/lib"
22 + tk_lib = "/usr/lib"
23 return tcl_lib, tcl_inc, tk_lib, tk_inc
24
25 def add_tk_flags(module):

  ViewVC Help
Powered by ViewVC 1.1.30