components/python/python26/patches/Python26-13-cflags.patch
changeset 115 c360825c3a3f
parent 99 c15c9099bb44
child 634 bd9c94f9f6e0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python26/patches/Python26-13-cflags.patch	Tue Mar 01 14:19:15 2011 -0800
@@ -0,0 +1,12 @@
+diff --git Python-2.6.4/configure.in Python-2.6.4/configure.in
+--- Python-2.6.4/configure.in
++++ Python-2.6.4/configure.in
+@@ -1110,6 +1110,8 @@
+ 	# environment?
+         Darwin*)
+ 	    ;;
++	SunOS*)
++	    ;;
+         *)
+ 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
+ 	    ;;