svn commit: r526232 - head/x11-wm/hikari

Piotr Kubaj pkubaj at FreeBSD.org
Sat Feb 15 18:02:58 UTC 2020


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}


More information about the svn-ports-all mailing list