summaryrefslogtreecommitdiff
path: root/x11-terms/kitty/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /x11-terms/kitty/files
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'x11-terms/kitty/files')
-rw-r--r--x11-terms/kitty/files/kitty-0.15.1-flags.patch (renamed from x11-terms/kitty/files/kitty-9999-flags.patch)10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-terms/kitty/files/kitty-9999-flags.patch b/x11-terms/kitty/files/kitty-0.15.1-flags.patch
index 0b60ae190fcb..cf09a4a5bab8 100644
--- a/x11-terms/kitty/files/kitty-9999-flags.patch
+++ b/x11-terms/kitty/files/kitty-0.15.1-flags.patch
@@ -1,7 +1,7 @@
Respect user CFLAGS.
---- kitty-0.15.0/setup.py
-+++ kitty-0.15.0/setup.py
+--- a/setup.py
++++ b/setup.py
@@ -204,7 +204,7 @@
if ccver >= (5, 0):
df += ' -Og'
@@ -14,7 +14,7 @@ Respect user CFLAGS.
@@ -217,7 +217,7 @@
cflags = os.environ.get(
'OVERRIDE_CFLAGS', (
- '-Wextra {} -Wno-missing-field-initializers -Wall -Wstrict-prototypes -D_POSIX_C_SOURCE=200809L -std=c11'
+ '-Wextra {} -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11'
- ' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden'
+ ' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden'
).format(
@@ -29,7 +29,7 @@ Respect user CFLAGS.
)
ldflags = shlex.split(ldflags)
ldflags.append('-shared')
-@@ -611,7 +611,7 @@
+@@ -614,7 +614,7 @@
def build_launcher(args, launcher_dir='.', bundle_type='source'):
@@ -38,7 +38,7 @@ Respect user CFLAGS.
cppflags = []
libs = []
if args.profile or args.sanitize:
-@@ -623,8 +623,6 @@
+@@ -626,8 +626,6 @@
cflags.append('-g')
if args.profile:
libs.append('-lprofiler')