summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Belsito <lluixhi@gmail.com>2017-08-25 11:35:24 -0700
committerMichał Górny <mgorny@gentoo.org>2017-09-02 10:45:23 +0200
commit80113224e3c130c63a5ec2189e1f4f4868c1ae3b (patch)
tree1b3d98191b13ed3ee4163bdd756e71c3377e738d /www-client/luakit/files/luakit-cflags.patch
parentdev-lua/luacheck: new package (diff)
downloadgentoo-80113224e3c130c63a5ec2189e1f4f4868c1ae3b.tar.gz
gentoo-80113224e3c130c63a5ec2189e1f4f4868c1ae3b.tar.bz2
gentoo-80113224e3c130c63a5ec2189e1f4f4868c1ae3b.zip
www-client/luakit: new package
Closes: https://github.com/gentoo/gentoo/pull/5228
Diffstat (limited to 'www-client/luakit/files/luakit-cflags.patch')
-rw-r--r--www-client/luakit/files/luakit-cflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/luakit/files/luakit-cflags.patch b/www-client/luakit/files/luakit-cflags.patch
new file mode 100644
index 000000000000..dd8d51c391f1
--- /dev/null
+++ b/www-client/luakit/files/luakit-cflags.patch
@@ -0,0 +1,11 @@
+--- a/config.mk
++++ b/config.mk
+@@ -2,7 +2,7 @@
+
+ # Compile/link options.
+ CC ?= gcc
+-CFLAGS += -std=gnu99 -ggdb -W -Wall -Wextra -Werror=unused-result
++CFLAGS += -std=gnu99 -W -Wall -Wextra
+ LDFLAGS +=
+ CPPFLAGS +=
+