Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch
===================================================================
--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch	(revision 12733)
+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch	(revision 12734)
@@ -1,42 +0,0 @@
-Index: Include/pyport.h
-===================================================================
---- Include/pyport.h (revision 933)
-+++ Include/pyport.h (working copy)
-@@ -514,22 +514,40 @@
-#if __FreeBSD_version > 500039
-#include <ctype.h>
-#include <wctype.h>
-+/* If the source file #includes <cctype> before "Python.h" then
-+ * these macros will not be defined at this point and we
-+ * should not define them either.
-+ */
-+#ifdef isalnum
-#undef isalnum
-#define isalnum(c) iswalnum(btowc(c))
-+#endif
-+#ifdef isalpha
-#undef isalpha
-#define isalpha(c) iswalpha(btowc(c))
-+#endif
-+#ifdef islower
-#undef islower
-#define islower(c) iswlower(btowc(c))
-+#endif
-+#ifdef isspace
-#undef isspace
-#define isspace(c) iswspace(btowc(c))
-+#endif
-+#ifdef isupper
-#undef isupper
-#define isupper(c) iswupper(btowc(c))
-+#endif
-+#ifdef tolower
-#undef tolower
-#define tolower(c) towlower(btowc(c))
-+#endif
-+#ifdef toupper
-#undef toupper
-#define toupper(c) towupper(btowc(c))
-#endif
-#endif
-+#endif
Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch.bugreport
===================================================================
--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch.bugreport	(revision 12733)
+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patch/pyport.h.patch.bugreport	(revision 12734)
@@ -1 +0,0 @@
-http://bugs.python.org/issue10910
Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/install-macosx-lion.sh
===================================================================
--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/install-macosx-lion.sh	(revision 12733)
+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/install-macosx-lion.sh	(revision 12734)
@@ -1,6 +1,5 @@
 #!/bin/bash
 #wget http://python.org/ftp/python/version/Python-version.tgz
-
 #version=3.2.2
 version=2.7.2
 
Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch
===================================================================
--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch	(revision 0)
+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch	(revision 12734)
@@ -0,0 +1,42 @@
+Index: Include/pyport.h
+===================================================================
+--- Include/pyport.h (revision 933)
++++ Include/pyport.h (working copy)
+@@ -514,22 +514,40 @@
+#if __FreeBSD_version > 500039
+#include <ctype.h>
+#include <wctype.h>
++/* If the source file #includes <cctype> before "Python.h" then
++ * these macros will not be defined at this point and we
++ * should not define them either.
++ */
++#ifdef isalnum
+#undef isalnum
+#define isalnum(c) iswalnum(btowc(c))
++#endif
++#ifdef isalpha
+#undef isalpha
+#define isalpha(c) iswalpha(btowc(c))
++#endif
++#ifdef islower
+#undef islower
+#define islower(c) iswlower(btowc(c))
++#endif
++#ifdef isspace
+#undef isspace
+#define isspace(c) iswspace(btowc(c))
++#endif
++#ifdef isupper
+#undef isupper
+#define isupper(c) iswupper(btowc(c))
++#endif
++#ifdef tolower
+#undef tolower
+#define tolower(c) towlower(btowc(c))
++#endif
++#ifdef toupper
+#undef toupper
+#define toupper(c) towupper(btowc(c))
+#endif
+#endif
++#endif
Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch.bugreport
===================================================================
--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch.bugreport	(revision 0)
+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/externalpackages/python/patches/pyport.h.patch.bugreport	(revision 12734)
@@ -0,0 +1 @@
+http://bugs.python.org/issue10910
