patches/Python25-13-cflags.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 14969 f8bffd75f3c5
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- Python-2.4.4/configure.in.cflags	2009-01-23 21:18:10.960345928 +1300
+++ Python-2.4.4/configure.in	2009-01-23 21:20:22.970785393 +1300
@@ -899,6 +899,8 @@
 	# environment?
         Darwin*)
 	    ;;
+	SunOS*)
+	    ;;
         *)
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
 	    ;;