Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2020 23:50:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525685 - head/x11-servers/xwayland-devel
Message-ID:  <202002092350.019No9CG030123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002092350.019No9CG030123>