View | Details | Raw Unified | Return to bug 140164
Collapse All | Expand All

(-)py-matplotlib.new/files/patch-setupext.py (-5 / +6 lines)
Lines 1-15 Link Here
1
--- setupext.py.orig	2008-08-03 13:15:22.000000000 -0500
1
--- setupext.py.orig	2009-08-02 03:15:24.000000000 +0800
2
+++ setupext.py	2008-09-29 13:20:02.000000000 -0500
2
+++ setupext.py	2009-11-02 02:57:44.000000000 +0800
3
@@ -55,6 +55,8 @@
3
@@ -55,6 +55,9 @@
4
     'freebsd4' : ['/usr/local', '/usr'],
4
     'freebsd4' : ['/usr/local', '/usr'],
5
     'freebsd5' : ['/usr/local', '/usr'],
5
     'freebsd5' : ['/usr/local', '/usr'],
6
     'freebsd6' : ['/usr/local', '/usr'],
6
     'freebsd6' : ['/usr/local', '/usr'],
7
+    'freebsd7' : ['/usr/local', '/usr'],
7
+    'freebsd7' : ['/usr/local', '/usr'],
8
+    'freebsd8' : ['/usr/local', '/usr'],
8
+    'freebsd8' : ['/usr/local', '/usr'],
9
+    'freebsd9' : ['/usr/local', '/usr'],
9
     'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
10
     'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
10
     'gnukfreebsd5' : ['/usr/local', '/usr'],
11
     'gnukfreebsd5' : ['/usr/local', '/usr'],
11
     'gnukfreebsd6' : ['/usr/local', '/usr'],
12
     'gnukfreebsd6' : ['/usr/local', '/usr'],
12
@@ -814,7 +816,7 @@
13
@@ -756,7 +759,7 @@
13
         module.libraries.extend(wxlibs)
14
         module.libraries.extend(wxlibs)
14
         return
15
         return
15
 
16
 
Lines 18-24 Link Here
18
 
19
 
19
 # Make sure you use the Tk version given by Tkinter.TkVersion
20
 # Make sure you use the Tk version given by Tkinter.TkVersion
20
 # or else you'll build for a wrong version of the Tcl
21
 # or else you'll build for a wrong version of the Tcl
21
@@ -1096,9 +1098,9 @@
22
@@ -1054,9 +1057,9 @@
22
 
23
 
23
         # Add final versions of directories and libraries to module lists
24
         # Add final versions of directories and libraries to module lists
24
         tcl_lib, tcl_inc, tk_lib, tk_inc = result
25
         tcl_lib, tcl_inc, tk_lib, tk_inc = result

Return to bug 140164