svn commit: r525685 - head/x11-servers/xwayland-devel

Jan Beich jbeich at FreeBSD.org
Sun Feb 9 23:50:09 UTC 2020


Author: jbeich
Date: Sun Feb  9 23:50:09 2020
New Revision: 525685
URL: https://svnweb.freebsd.org/changeset/ports/525685

Log:
  x11-servers/xwayland-devel: unbreak on GCC architectures
  
  In file included from ../glx/glxserver.h:70,
                   from ../glx/indirect_dispatch.c:29:
  ../include/glx_extinit.h:33: error: redefinition of typedef '__GLXscreen'
  ../glx/glxscreens.h:119: error: previous declaration of '__GLXscreen' was here

Modified:
  head/x11-servers/xwayland-devel/Makefile   (contents, props changed)

Modified: head/x11-servers/xwayland-devel/Makefile
==============================================================================
--- head/x11-servers/xwayland-devel/Makefile	Sun Feb  9 23:28:25 2020	(r525684)
+++ head/x11-servers/xwayland-devel/Makefile	Sun Feb  9 23:50:09 2020	(r525685)
@@ -27,7 +27,7 @@ LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 
 CONFLICTS_INSTALL=	${PORTNAME}
 
-USES=		gl meson pkgconfig xorg
+USES=		compiler:c11 gl meson pkgconfig xorg
 USE_GITLAB=	yes
 USE_GL=		gbm gl
 USE_XORG=	pixman xau xdmcp xfont2 xkbfile xshmfence xtrans


More information about the svn-ports-all mailing list