svn commit: r535680 - head/x11/virglrenderer

Mark Linimon linimon at FreeBSD.org
Sun May 17 20:48:37 UTC 2020


Author: linimon
Date: Sun May 17 20:48:36 2020
New Revision: 535680
URL: https://svnweb.freebsd.org/changeset/ports/535680

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-std=gnu11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/virglrenderer/Makefile

Modified: head/x11/virglrenderer/Makefile
==============================================================================
--- head/x11/virglrenderer/Makefile	Sun May 17 20:47:40 2020	(r535679)
+++ head/x11/virglrenderer/Makefile	Sun May 17 20:48:36 2020	(r535680)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	cmake:devel/cmake
 LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libepoxy.so:graphics/libepoxy
 
-USES=		meson pkgconfig python:3.5+
+USES=		compiler:c++11-lang meson pkgconfig python:3.5+
 USE_GITLAB=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	virgl


More information about the svn-ports-head mailing list