[csw-devel] SF.net SVN: gar:[20123] csw/mgar/pkg/lang-python/python/branches/python-3.3 /files/0007-Settings-for-Solaris.patch

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Jan 13 23:57:51 CET 2013


Revision: 20123
          http://gar.svn.sourceforge.net/gar/?rev=20123&view=rev
Author:   wahwah
Date:     2013-01-13 22:57:50 +0000 (Sun, 13 Jan 2013)
Log Message:
-----------
lang-python/python/branches/python-3.3: correct a variable name

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/branches/python-3.3/files/0007-Settings-for-Solaris.patch

Modified: csw/mgar/pkg/lang-python/python/branches/python-3.3/files/0007-Settings-for-Solaris.patch
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/python-3.3/files/0007-Settings-for-Solaris.patch	2013-01-13 20:44:56 UTC (rev 20122)
+++ csw/mgar/pkg/lang-python/python/branches/python-3.3/files/0007-Settings-for-Solaris.patch	2013-01-13 22:57:50 UTC (rev 20123)
@@ -15,7 +15,7 @@
              macros = dict()
              libraries = []
  
-+        elif platform == 'sunos5':      # Solaris
++        elif host_platform == 'sunos5': # Solaris
 +            macros = dict(
 +                HAVE_SEM_OPEN=0,        # Not Implemented
 +                HAVE_SEM_TIMEDWAIT=0,   # Not Implemented

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



More information about the devel mailing list