Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 20:48:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535680 - head/x11/virglrenderer
Message-ID:  <202005172048.04HKmbY2093898@repo.freebsd.org>

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



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