diff options
author | 2021-10-17 14:09:07 -0500 | |
---|---|---|
committer | 2021-10-17 15:36:38 -0500 | |
commit | 987e94f56ebd5543cfa92c977e0974b8eed66cbb (patch) | |
tree | 0accfca39e96642f098a87432d3bde6d634d24ca /x11-terms/kitty/files/kitty-0.17.2-flags.patch | |
parent | media-libs/libjpeg-turbo: drop 1.5.3-r4, 2.1.0-r2 (diff) | |
download | gentoo-987e94f56ebd5543cfa92c977e0974b8eed66cbb.tar.gz gentoo-987e94f56ebd5543cfa92c977e0974b8eed66cbb.tar.bz2 gentoo-987e94f56ebd5543cfa92c977e0974b8eed66cbb.zip |
x11-terms/kitty: drop 0.19.3
Bug: https://bugs.gentoo.org/784608
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/files/kitty-0.17.2-flags.patch')
-rw-r--r-- | x11-terms/kitty/files/kitty-0.17.2-flags.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-terms/kitty/files/kitty-0.17.2-flags.patch b/x11-terms/kitty/files/kitty-0.17.2-flags.patch deleted file mode 100644 index 5a247679dc82..000000000000 --- a/x11-terms/kitty/files/kitty-0.17.2-flags.patch +++ /dev/null @@ -1,50 +0,0 @@ -Respect user CFLAGS. - ---- a/setup.py -+++ b/setup.py -@@ -236,7 +236,7 @@ - if ccver >= (5, 0): - df += ' -Og' - float_conversion = '-Wfloat-conversion' - fortify_source = '-D_FORTIFY_SOURCE=2' -- optimize = df if debug or sanitize else '-O3' -+ optimize = '' - sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set() - cppflags_ = os.environ.get( - 'OVERRIDE_CPPFLAGS', '-D{}DEBUG'.format('' if debug else 'N'), -@@ -217,7 +217,7 @@ - cflags = os.environ.get( - 'OVERRIDE_CFLAGS', ( - '-Wextra {} -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11' -- ' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden' -+ ' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden' - ).format( - float_conversion, std, - optimize, -@@ -232,7 +232,7 @@ - ) - ldflags = os.environ.get( - 'OVERRIDE_LDFLAGS', -- '-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3') -+ '-Wall ' + ' '.join(sanitize_args) - ) - ldflags = shlex.split(ldflags) - ldflags.append('-shared') -@@ -614,7 +614,7 @@ - - - def build_launcher(args, launcher_dir='.', bundle_type='source'): -- cflags = '-Wall -Werror -fpie'.split() -+ cflags = '-Wall -fpie'.split() - cppflags = [] - libs = [] - if args.profile or args.sanitize: -@@ -626,8 +626,6 @@ - cflags.append('-g') - if args.profile: - libs.append('-lprofiler') -- else: -- cflags.append('-O3') - if bundle_type.endswith('-freeze'): - cppflags.append('-DFOR_BUNDLE') - cppflags.append('-DPYVER="{}"'.format(sysconfig.get_python_version())) |