From 06dd78ea312583373e6794b6ea3ffe10934395f6 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Tue, 11 Aug 2020 00:36:40 +0000 Subject: Updating liguros repo --- dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dev-python/pygresql/files/pygresql-5.1-CFLAGS.patch (limited to 'dev-python/pygresql') 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): -- cgit v1.3.1