diff options
Diffstat (limited to 'math/py-matplotlib/files/patch-setupext.py')
-rw-r--r-- | math/py-matplotlib/files/patch-setupext.py | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py index 776718f86c51..eb9b8fd55942 100644 --- a/math/py-matplotlib/files/patch-setupext.py +++ b/math/py-matplotlib/files/patch-setupext.py @@ -1,17 +1,6 @@ --- setupext.py.orig 2011-10-06 15:50:23.000000000 +0100 +++ setupext.py 2012-03-22 23:29:06.881660702 +0000 -@@ -70,6 +70,10 @@ - 'freebsd4' : ['/usr/local', '/usr'], - 'freebsd5' : ['/usr/local', '/usr'], - 'freebsd6' : ['/usr/local', '/usr'], -+ 'freebsd7' : ['/usr/local', '/usr'], -+ 'freebsd8' : ['/usr/local', '/usr'], -+ 'freebsd9' : ['/usr/local', '/usr'], -+ 'freebsd10': ['/usr/local', '/usr'], - 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], - 'gnukfreebsd5' : ['/usr/local', '/usr'], - 'gnukfreebsd6' : ['/usr/local', '/usr'], -@@ -1018,9 +1022,12 @@ +@@ -1080,9 +1080,12 @@ # Add final versions of directories and libraries to module lists tcl_lib_dir, tcl_inc_dir, tcl_lib, tk_lib_dir, tk_inc_dir, tk_lib = result |