kitty: Adapt patches to upstream changes

This commit is contained in:
Roman Volosatovs 2019-05-26 20:04:55 +02:00
parent 567defecde
commit 98a6607e34
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
--- a/setup.py
+++ b/setup.py
@@ -223,9 +223,6 @@ def init_env(
@@ -233,9 +233,6 @@ def init_env(
cppflags += shlex.split(os.environ.get('CPPFLAGS', ''))
cflags += shlex.split(os.environ.get('CFLAGS', ''))
ldflags += shlex.split(os.environ.get('LDFLAGS', ''))

View file

@ -1,9 +1,9 @@
--- a/setup.py
+++ b/setup.py
@@ -202,7 +202,7 @@ def init_env(
@@ -212,7 +212,7 @@
cflags = os.environ.get(
'OVERRIDE_CFLAGS', (
'-Wextra -Wno-missing-field-initializers -Wall -std=c11'
'-Wextra -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11'
- ' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden'
+ ' {} {} -fwrapv {} {} -pipe {} -fvisibility=hidden'
).format(