File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 58
58
'linux3' : ['/usr/local' , '/usr' ],
59
59
'linux' : ['/usr/local' , '/usr' ,],
60
60
'cygwin' : ['/usr/local' , '/usr' ,],
61
- '_darwin' : ['/sw/lib/freetype2' , '/sw/lib/freetype219' , '/usr/local' ,
62
- '/usr' , '/sw' ],
63
- # it appears builds with darwin are broken because of all the
64
- # different flags the deps can be compile with, so I am pushing
65
- # people to :
66
- # make -f make.osx fetch deps mpl_build mpl_install
67
-
68
- 'darwin' : [],
61
+
62
+ # darwin is Mac OS X.
63
+ # The default configuration works for Apple's built-in python, python.org python and Homebrew python
64
+ # If you use Fink python then prepend '/sw'
65
+ # If you use MacPorts python then prepend '/opt/local'
69
66
67
+ 'darwin' : ['/usr/local/' , '/usr' , '/usr/X11' ],
70
68
'freebsd4' : ['/usr/local' , '/usr' ],
71
69
'freebsd5' : ['/usr/local' , '/usr' ],
72
70
'freebsd6' : ['/usr/local' , '/usr' ],
You can’t perform that action at this time.
0 commit comments