aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/hikari
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-15 18:02:57 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-15 18:02:57 +0000
commit8f7ed2a8e6f7066d5df25c6d174719b042f96102 (patch)
tree7f93c01327b56e7a03fa2cbd6411a3f8576d2bde /x11-wm/hikari
parent34baa236f87c050b47c7ca302e892fdd1df766ad (diff)
downloadports-8f7ed2a8e6f7066d5df25c6d174719b042f96102.tar.gz
ports-8f7ed2a8e6f7066d5df25c6d174719b042f96102.zip
x11-wm/hikari: fix build on GCC architectures
Use newer GCC: src/mark_select_mode.c: In function 'lookup_mark': src/mark_select_mode.c:25: error: 'struct wlr_input_device' has no member named 'keyboard'
Notes
Notes: svn path=/head/; revision=526232
Diffstat (limited to 'x11-wm/hikari')
-rw-r--r--x11-wm/hikari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile
index 99c6476000f2..87583767468c 100644
--- a/x11-wm/hikari/Makefile
+++ b/x11-wm/hikari/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
libwlroots.so:x11-toolkits/wlroots \
libxkbcommon.so:x11/libxkbcommon
-USES= gnome pkgconfig xorg
+USES= compiler:c11 gnome pkgconfig xorg
USE_GNOME= cairo glib20 pango
USE_XORG= pixman
ALL_TARGET= ${WITH_DEBUG:Ddebug}