From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch (limited to 'dev-python/pygresql/files') diff --git a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch new file mode 100644 index 000000000000..24b9da21d165 --- /dev/null +++ b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -95,7 +95,7 @@ + library_dirs = [get_python_lib(), pg_config('libdir')] + define_macros = [('PYGRESQL_VERSION', version)] + undef_macros = [] +-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Wconversion'] ++extra_compile_args = ['-funsigned-char', '-Wall'] + + + class build_pg_ext(build_ext): -- cgit v1.3.1