From: <jd...@us...> - 2007-11-26 04:06:03
|
Revision: 4434 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4434&view=rev Author: jdh2358 Date: 2007-11-25 20:06:01 -0800 (Sun, 25 Nov 2007) Log Message: ----------- added x11 to default darwin list Modified Paths: -------------- trunk/matplotlib/setupext.py Modified: trunk/matplotlib/setupext.py =================================================================== --- trunk/matplotlib/setupext.py 2007-11-25 03:52:28 UTC (rev 4433) +++ trunk/matplotlib/setupext.py 2007-11-26 04:06:01 UTC (rev 4434) @@ -51,7 +51,7 @@ 'linux' : ['/usr/local', '/usr',], 'cygwin' : ['/usr/local', '/usr',], 'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local', - '/usr', '/sw'], + '/usr', '/sw', '/usr/X11R6'], 'freebsd4' : ['/usr/local', '/usr'], 'freebsd5' : ['/usr/local', '/usr'], 'freebsd6' : ['/usr/local', '/usr'], This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |