svn commit: r530763 - head/net/tigervnc-server

Piotr Kubaj pkubaj at FreeBSD.org
Sun Apr 5 10:59:56 UTC 2020


Author: pkubaj
Date: Sun Apr  5 10:59:45 2020
New Revision: 530763
URL: https://svnweb.freebsd.org/changeset/ports/530763

Log:
  net/tigervnc-server: fix build on GCC architectures
  
  C11 compiler is required:
  ../include/glx_extinit.h:33: error: redefinition of typedef '__GLXscreen'
  
  MFH:		2020Q2 (fix build blanket)2020Q2 (fix build blanket)

Modified:
  head/net/tigervnc-server/Makefile

Modified: head/net/tigervnc-server/Makefile
==============================================================================
--- head/net/tigervnc-server/Makefile	Sun Apr  5 10:48:40 2020	(r530762)
+++ head/net/tigervnc-server/Makefile	Sun Apr  5 10:59:45 2020	(r530763)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libxshmfence.so:x11/libxshmfence
 RUN_DEPENDS+=	${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \
 		xkbcomp:x11/xkbcomp
 
-USES+=		autoreconf:build gl jpeg libtool pkgconfig ssl xorg
+USES+=		autoreconf:build compiler:c11 gl jpeg libtool pkgconfig ssl xorg
 USE_LDCONFIG=	yes
 USE_GL+=	gl
 USE_XORG+=	ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont2 \


More information about the svn-ports-head mailing list