svn commit: r530764 - branches/2020Q2/net/tigervnc-server

Piotr Kubaj pkubaj at FreeBSD.org
Sun Apr 5 11:02:18 UTC 2020


Author: pkubaj
Date: Sun Apr  5 11:00:39 2020
New Revision: 530764
URL: https://svnweb.freebsd.org/changeset/ports/530764

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

Modified:
  branches/2020Q2/net/tigervnc-server/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/net/tigervnc-server/Makefile
==============================================================================
--- branches/2020Q2/net/tigervnc-server/Makefile	Sun Apr  5 10:59:45 2020	(r530763)
+++ branches/2020Q2/net/tigervnc-server/Makefile	Sun Apr  5 11:00:39 2020	(r530764)
@@ -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-branches mailing list