summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-07 16:39:28 +0100
commit7fc5957ee0cb88e607f4c1988d91a07cebaf6d96 (patch)
tree9d7b284956b817c8d0ed2ed87284cdbbf81402b8 /dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch
parentb265f17bc2d3a58b311c073acb48fd49527e5332 (diff)
downloadgentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.gz
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.tar.bz2
gentoo-7fc5957ee0cb88e607f4c1988d91a07cebaf6d96.zip
dev-lang/python: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch')
-rw-r--r--dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch b/dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch
deleted file mode 100644
index 38433de925ed..000000000000
--- a/dev-lang/python/files/python-2.7.10-cross-compile-warn-test.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.python.org/issue25397
-
-improve the cross-compile tests to be more focused
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -1339,7 +1339,7 @@ if test "$GCC" = "yes"
- then
- AC_MSG_CHECKING(whether gcc supports ParseTuple __format__)
- save_CFLAGS=$CFLAGS
-- CFLAGS="$CFLAGS -Werror -Wformat"
-+ CFLAGS="$CFLAGS -Werror=format"
- AC_COMPILE_IFELSE([
- AC_LANG_PROGRAM([[void f(char*,...)__attribute((format(PyArg_ParseTuple, 1, 2)));]], [[]])
- ],[
-@@ -4458,7 +4458,7 @@ then
- [ac_cv_have_long_long_format="cross -- assuming no"
- if test x$GCC = xyes; then
- save_CFLAGS=$CFLAGS
-- CFLAGS="$CFLAGS -Werror -Wformat"
-+ CFLAGS="$CFLAGS -Werror=format"
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
- #include <stdio.h>
- #include <stddef.h>