Revision: 8484
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8484&view=rev
Author:   jdh2358
Date:     2010-07-02 18:06:25 +0000 (Fri, 02 Jul 2010)

Log Message:
-----------
fix swab bug so mpl will compile on solaris with cxx 6

Modified Paths:
--------------
    trunk/matplotlib/CHANGELOG
    trunk/matplotlib/CXX/WrapPython.h

Modified: trunk/matplotlib/CHANGELOG
===================================================================
--- trunk/matplotlib/CHANGELOG  2010-07-02 17:24:37 UTC (rev 8483)
+++ trunk/matplotlib/CHANGELOG  2010-07-02 18:06:25 UTC (rev 8484)
@@ -1,3 +1,7 @@
+2010-07-02 Modified CXX/WrapPython.h to fix "swab bug" on solaris so
+           mpl can compile on Solaris with CXX6 in the trunk.  Closes
+           tracker bug 3022815 - JDH
+
 2010-06-30 Added autoscale convenience method and corresponding
            pyplot function for simplified control of autoscaling;
            and changed axis, set_xlim, and set_ylim so that by

Modified: trunk/matplotlib/CXX/WrapPython.h
===================================================================
--- trunk/matplotlib/CXX/WrapPython.h   2010-07-02 17:24:37 UTC (rev 8483)
+++ trunk/matplotlib/CXX/WrapPython.h   2010-07-02 18:06:25 UTC (rev 8484)
@@ -48,7 +48,10 @@
 #if defined(_XPG4)
 #undef _XPG4
 #endif
+#if defined(_XPG3)
+#undef _XPG3
 #endif
+#endif
 
 // Python.h will redefine these and generate warning in the process
 #undef _XOPEN_SOURCE


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

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to