aboutsummaryrefslogtreecommitdiff
path: root/x11/kanshi
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-11 06:40:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-11 06:40:50 +0000
commit19cb64facb82ab61108772345aec09fa94214551 (patch)
tree0b6ab718e0d2b78fbead153a35ce2e4595fc5543 /x11/kanshi
parent9f4217b997da068a47209e5f33d1e2b909e68ee9 (diff)
downloadports-19cb64facb82ab61108772345aec09fa94214551.tar.gz
ports-19cb64facb82ab61108772345aec09fa94214551.zip
x11/kanshi: unbreak on GCC architectures
cc1: warnings being treated as errors ../parser.c: In function 'parse_config': ../parser.c:266: warning: 'key' may be used uninitialized in this function ../parser.c:266: note: 'key' was declared here
Notes
Notes: svn path=/head/; revision=508586
Diffstat (limited to 'x11/kanshi')
-rw-r--r--x11/kanshi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile
index 57bb9bbeba2b..9da53eba26bb 100644
--- a/x11/kanshi/Makefile
+++ b/x11/kanshi/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
LIB_DEPENDS= libwayland-client.so:graphics/wayland
-USES= meson pkgconfig
+USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= emersion
GH_TAGNAME= 76e9f41