diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/pygresql/files | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-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.patch | 11 |
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): |
