diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-16 02:02:57 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-16 02:02:57 +0800 |
commit | 8f7ed2a8e6f7066d5df25c6d174719b042f96102 (patch) | |
tree | 7f93c01327b56e7a03fa2cbd6411a3f8576d2bde /x11-wm | |
parent | 34baa236f87c050b47c7ca302e892fdd1df766ad (diff) | |
download | freebsd-ports-gnome-8f7ed2a8e6f7066d5df25c6d174719b042f96102.tar.gz freebsd-ports-gnome-8f7ed2a8e6f7066d5df25c6d174719b042f96102.tar.zst freebsd-ports-gnome-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'
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hikari/Makefile | 2 |
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} |