Fix build on gcc-based architectures:
ERROR: C++ Compiler does not support -std=c++11 Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
9c1f0ec512
commit
b5a19db93e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496443
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols \
|
|||
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
||||
libwayland-client.so:graphics/wayland
|
||||
|
||||
USES= meson pkgconfig
|
||||
USES= compiler:c++11-lang meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ammen99
|
||||
GH_TAGNAME= 7cd6bd2779b1da68afd34dfb3fb63214d1aff7d9
|
||||
|
|
Loading…
Reference in a new issue