This port now requires USES=compiler:c11 to build on GCC-based architectures.

PR:		233887
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-01-03 15:26:20 +00:00
parent 2baccdbd71
commit 4a170366dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489188

View file

@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libsoup-2.4.so:devel/libsoup
USES= gettext-runtime gnome libarchive meson pkgconfig tar:xz
USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \
tar:xz
USE_GNOME= gtk30 introspection:build libxml2
.include <bsd.port.mk>