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)
This commit is contained in:
Mark Linimon 2020-05-17 20:48:36 +00:00
parent 10b524a0c8
commit fba93d985a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535680

View file

@ -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