Add compiler:c11 to USES to fix build on GCC-based systems:

cc1: error: unrecognized command line option "-std=c11"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-27 08:09:53 +00:00
parent 612c91a1c2
commit a1b6450496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550255

View file

@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS= librpmio.so:archivers/rpm4 \
libyaml.so:textproc/libyaml
USES= gnome meson pkgconfig tar:xz
USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes