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:
parent
10b524a0c8
commit
fba93d985a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535680
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue