diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/python/common.diff | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/python/common.diff')
-rw-r--r-- | data/python/common.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/python/common.diff b/data/python/common.diff deleted file mode 100644 index 64f9eb4f2..000000000 --- a/data/python/common.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -u Python-2.5.1/configure.in Python-2.5.1+iPhone/configure.in ---- Python-2.5.1/configure.in 2007-03-12 10:50:51.000000000 +0000 -+++ Python-2.5.1+iPhone/configure.in 2008-01-09 12:10:16.000000000 +0000 -@@ -814,7 +816,7 @@ - ;; - # is there any other compiler on Darwin besides gcc? - Darwin*) -- BASECFLAGS="$BASECFLAGS -Wno-long-double -no-cpp-precomp -mno-fused-madd" -+ BASECFLAGS="$BASECFLAGS -no-cpp-precomp -fno-common" - if test "${enable_universalsdk}"; then - BASECFLAGS="-arch ppc -arch i386 -isysroot ${UNIVERSALSDK} ${BASECFLAGS}" - fi |