sysutils/fusefs-smbnetfs: fix build with GCC-based architectures

C11 compiler is necessary:
event.o:(.text+0xb94): undefined reference to `g_atomic_int_get'

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-08-15 20:37:16 +00:00
parent 08b62e6393
commit 1bd7e48923
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509053

View File

@ -22,7 +22,7 @@ LIBSECRET_LIB_DEPENDS= libsecret-*.so:security/libsecret
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
USES= fuse iconv pkgconfig samba:lib tar:bzip2
USES= compiler:c11 fuse iconv pkgconfig samba:lib tar:bzip2
USE_GNOME= glib20:build
GNU_CONFIGURE= yes