aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-smbnetfs
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-15 20:37:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-15 20:37:16 +0000
commit1bd7e4892332a88ea897d73b0040c14774632abf (patch)
treee98c578baa9cdaca0053d2f311e0d0752f92960e /sysutils/fusefs-smbnetfs
parent08b62e639306a630259636bd268caccc05d10063 (diff)
downloadports-1bd7e4892332a88ea897d73b0040c14774632abf.tar.gz
ports-1bd7e4892332a88ea897d73b0040c14774632abf.zip
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)
Notes
Notes: svn path=/head/; revision=509053
Diffstat (limited to 'sysutils/fusefs-smbnetfs')
-rw-r--r--sysutils/fusefs-smbnetfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile
index f5496db2fbfc..444a77236b5f 100644
--- a/sysutils/fusefs-smbnetfs/Makefile
+++ b/sysutils/fusefs-smbnetfs/Makefile
@@ -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