diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-10 19:05:43 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-10 19:05:43 +0000 |
commit | fc4d1d6b7166c4456bd3993d82a926d07e0a6b3f (patch) | |
tree | 1105826aef492ea29a275023557c9fa1883406e2 /math/py-matplotlib/files | |
parent | - update to 7.8.7 (diff) |
- update to 1.2.0
PR: 173843
Submitted by: David Naylor <naylor.b.david@gmail.com>
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=310199
Diffstat (limited to 'math/py-matplotlib/files')
-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 |