summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-08-03 18:57:35 +0200
committerAaron Bauman <bman@gentoo.org>2020-08-10 19:14:20 -0400
commit508334dfa8011ddb8ecbe2a0636c0d8d60f0f834 (patch)
treeea1bed2b123e47c916875496dbdca64dce6f46cb /dev-python
parentmedia-libs/audiofile: remove unused patch (diff)
downloadgentoo-508334dfa8011ddb8ecbe2a0636c0d8d60f0f834.tar.gz
gentoo-508334dfa8011ddb8ecbe2a0636c0d8d60f0f834.tar.bz2
gentoo-508334dfa8011ddb8ecbe2a0636c0d8d60f0f834.zip
dev-python/pygresql: remove unused patch
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16978 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch b/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
deleted file mode 100644
index 480d0a3dc4c1..000000000000
--- a/dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -101,7 +101,7 @@
- library_dirs = [get_python_lib(), pg_config('libdir')]
- define_macros = [('PYGRESQL_VERSION', version)]
- undef_macros = []
--extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Werror']
-+extra_compile_args = ['-funsigned-char', '-Wall']
-
-
- class build_pg_ext(build_ext):