components/python/python35/patches/15-include.patch
changeset 4912 0b79e9575718
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python35/patches/15-include.patch	Tue Sep 29 14:11:08 2015 -0700
@@ -0,0 +1,14 @@
+On Solaris pyconfig.h is delivered in the normal python header directory.
+As this is Solaris-specific, it is not suitable for upstream.
+
+--- Python-3.5.0a4/Lib/distutils/sysconfig.py.~1~	2015-04-20 00:37:51.000000000 -0700
++++ Python-3.5.0a4/Lib/distutils/sysconfig.py	2015-04-20 13:50:39.821555060 -0700
+@@ -231,7 +231,7 @@
+         else:
+             inc_dir = _sys_home or project_base
+     else:
+-        inc_dir = get_python_inc(plat_specific=1)
++        inc_dir = get_python_inc(plat_specific=0)
+ 
+     return os.path.join(inc_dir, 'pyconfig.h')
+