net/waypipe: unbreak on GCC architectures

cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
Jan Beich 2019-07-05 00:27:06 +00:00
parent a7263a1573
commit 182fd491e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505871

View file

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