net/waypipe: unbreak on GCC architectures
cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
parent
a7263a1573
commit
182fd491e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505871
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols \
|
|||
wayland>=1.15:graphics/wayland
|
||||
LIB_DEPENDS= libffi.so:devel/libffi
|
||||
|
||||
USES= meson pkgconfig
|
||||
USES= compiler:c11 meson pkgconfig
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.freedesktop.org
|
||||
GL_ACCOUNT= mstoeckl
|
||||
|
|
Loading…
Reference in a new issue