summaryrefslogtreecommitdiff
path: root/x11/virglrenderer
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-17 20:48:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-17 20:48:36 +0000
commitfba93d985a9f66113317cff4b66a4cf24f37ff45 (patch)
tree155026f0da25dc51106e2581cb42ff4a830df189 /x11/virglrenderer
parent- Document security/clamav vulnerabilities (diff)
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)
Notes
Notes: svn path=/head/; revision=535680
Diffstat (limited to 'x11/virglrenderer')
-rw-r--r--x11/virglrenderer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/virglrenderer/Makefile b/x11/virglrenderer/Makefile
index bd2230a51273..8a20a2582b2a 100644
--- a/x11/virglrenderer/Makefile
+++ b/x11/virglrenderer/Makefile
@@ -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