summaryrefslogtreecommitdiff
path: root/dev-python/pygresql/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/pygresql/files
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/pygresql/files')
-rw-r--r--dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch
deleted file mode 100644
index 24b9da21d165..000000000000
--- a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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):