summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setupext.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib/files/patch-setupext.py')
-rw-r--r--math/py-matplotlib/files/patch-setupext.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py
index 9da36040aac7..b4992c04455d 100644
--- a/math/py-matplotlib/files/patch-setupext.py
+++ b/math/py-matplotlib/files/patch-setupext.py
@@ -1,19 +1,20 @@
---- setupext.py.orig Fri Jul 9 19:51:16 2004
-+++ setupext.py Wed Aug 4 10:57:03 2004
-@@ -37,6 +37,7 @@
+--- setupext.py.orig Thu Jan 27 17:47:41 2005
++++ setupext.py Thu Jan 27 17:49:08 2005
+@@ -37,6 +37,8 @@
'linux' : ['/usr/local', '/usr',],
- 'darwin' : [os.getenv('MPLIB_BASE') or '/usr/local', '/usr', '/sw'],
- 'freebsd4' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
-+ 'freebsd5' : [os.getenv('MBLIB_BASE') or '/usr/local', '/usr'],
+ 'darwin' : ['/usr/local', '/usr', '/sw', '/usr/X11R6'],
+ 'freebsd4' : ['/usr/local', '/usr'],
++ 'freebsd5' : ['/usr/local', '/usr'],
++ 'freebsd6' : ['/usr/local', '/usr'],
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
}
-@@ -220,7 +221,7 @@
- else:
- module.include_dirs.extend([o.tcl_inc, o.tk_inc])
- module.library_dirs.extend([o.tcl_lib, o.tk_lib])
-- module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv])
-+ module.libraries.extend(['tk84', 'tcl84'])
+@@ -302,7 +304,7 @@
+ o = find_tcltk()
+ module.include_dirs.extend([o.tcl_inc, o.tk_inc])
+ module.library_dirs.extend([o.tcl_lib, o.tk_lib])
+- module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv])
++ module.libraries.extend(['tk84', 'tcl84'])
def add_windowing_flags(module):