diff options
Diffstat (limited to 'libraries/matplotlib/setupext.py')
-rw-r--r-- | libraries/matplotlib/setupext.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/matplotlib/setupext.py b/libraries/matplotlib/setupext.py index c083627811f4..1caadeb66c8f 100644 --- a/libraries/matplotlib/setupext.py +++ b/libraries/matplotlib/setupext.py @@ -147,9 +147,10 @@ def get_base_dirs(): return options['basedirlist'] basedir_map = { - 'win32': ['win32_static',], - 'darwin': ['/usr/local/', '/usr', '/usr/X11', '/opt/local'], - 'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local',], + 'win32': ['win32_static', ], + 'darwin': ['/usr/local/', '/usr', '/usr/X11', + '/opt/X11', '/opt/local'], + 'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local', ], 'gnu0': ['/usr'], 'aix5': ['/usr/local'], } |