diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-11-18 14:59:20 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-18 14:59:20 -0700 |
commit | ecaebe887cfce9bb61ee95574ed373f694f9a2ec (patch) | |
tree | b7568e75d5617fff747e8f2a9e83c0de572c3106 /x11-terms/kitty/files | |
parent | x11-terms/kitty: remove old (diff) | |
download | gentoo-ecaebe887cfce9bb61ee95574ed373f694f9a2ec.tar.gz gentoo-ecaebe887cfce9bb61ee95574ed373f694f9a2ec.tar.bz2 gentoo-ecaebe887cfce9bb61ee95574ed373f694f9a2ec.zip |
x11-terms/kitty: update flags patch for live ebuild
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/files')
-rw-r--r-- | x11-terms/kitty/files/kitty-9999-flags.patch | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-terms/kitty/files/kitty-9999-flags.patch b/x11-terms/kitty/files/kitty-9999-flags.patch index 0593cfd706dc..1c53cfcc84cf 100644 --- a/x11-terms/kitty/files/kitty-9999-flags.patch +++ b/x11-terms/kitty/files/kitty-9999-flags.patch @@ -1,6 +1,8 @@ ---- kitty-9999/setup.py 2019-07-16 18:04:24.052780940 -0500 -+++ kitty-9999/setup.py 2019-07-16 18:05:54.564383192 -0500 -@@ -202,7 +202,7 @@ +diff --git a/setup.py b/setup.py +index 22423119..b1f4dfe0 100755 +--- a/setup.py ++++ b/setup.py +@@ -202,7 +202,7 @@ def init_env( df = '-g3' if ccver >= (5, 0): df += ' -Og' @@ -9,16 +11,16 @@ sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set() cppflags = os.environ.get( 'OVERRIDE_CPPFLAGS', '-D{}DEBUG'.format('' if debug else 'N'), -@@ -213,7 +213,7 @@ +@@ -213,7 +213,7 @@ def init_env( cflags = os.environ.get( 'OVERRIDE_CFLAGS', ( - '-Wextra -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11' + '-Wextra -Wfloat-conversion -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11' - ' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden' + ' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden' ).format( optimize, ' '.join(sanitize_args), -@@ -227,7 +227,7 @@ +@@ -227,7 +227,7 @@ def init_env( ) ldflags = os.environ.get( 'OVERRIDE_LDFLAGS', @@ -27,7 +29,7 @@ ) ldflags = shlex.split(ldflags) ldflags.append('-shared') -@@ -606,20 +606,17 @@ +@@ -606,20 +606,17 @@ def safe_makedirs(path): def build_launcher(args, launcher_dir='.', bundle_type='source'): |