Revision: 7253
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7253&view=rev
Author:   jdh2358
Date:     2009-07-11 12:39:29 +0000 (Sat, 11 Jul 2009)

Log Message:
-----------
applied osx setpext patch from sf #2818964

Modified Paths:
--------------
    branches/v0_98_5_maint/setupext.py

Modified: branches/v0_98_5_maint/setupext.py
===================================================================
--- branches/v0_98_5_maint/setupext.py  2009-07-10 21:32:27 UTC (rev 7252)
+++ branches/v0_98_5_maint/setupext.py  2009-07-11 12:39:29 UTC (rev 7253)
@@ -140,6 +140,9 @@
     try: options['build_wxagg'] = config.getboolean("gui_support", "wxagg")
     except: options['build_wxagg'] = 'auto'
 
+    try: options['build_macosx'] = config.getboolean("gui_support", "macosx")
+    except: options['build_macosx'] = 'auto'
+
     try: options['backend'] = config.get("rc_options", "backend")
     except: pass
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to