diff -r ee802f9b5132 -r 9126e6f58cd8 components/python/python26/patches/Python26-13-cflags.patch --- a/components/python/python26/patches/Python26-13-cflags.patch Wed Mar 22 09:27:09 2017 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ ---- Python-2.6.4/configure.in.old Fri Nov 4 12:03:26 2011 -+++ Python-2.6.4/configure.in Fri Nov 4 12:04:05 2011 -@@ -919,7 +919,7 @@ - ;; - - *) -- OPT="-O" -+ OPT="" - ;; - esac - -@@ -1110,6 +1110,8 @@ - # environment? - Darwin*) - ;; -+ SunOS*) -+ ;; - *) - BASECFLAGS="$BASECFLAGS -OPT:Olimit=0" - ;;