Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 11:00:39 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530764 - branches/2020Q2/net/tigervnc-server
Message-ID:  <202004051100.035B0dvn073471@repo.freebsd.org>

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



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