Date: Sat, 15 Feb 2020 18:02:58 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526232 - head/x11-wm/hikari Message-ID: <202002151802.01FI2w9m044102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Feb 15 18:02:57 2020 New Revision: 526232 URL: https://svnweb.freebsd.org/changeset/ports/526232 Log: 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' Modified: head/x11-wm/hikari/Makefile Modified: head/x11-wm/hikari/Makefile ============================================================================== --- head/x11-wm/hikari/Makefile Sat Feb 15 18:01:45 2020 (r526231) +++ head/x11-wm/hikari/Makefile Sat Feb 15 18:02:57 2020 (r526232) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002151802.01FI2w9m044102>