svn commit: r509053 - head/sysutils/fusefs-smbnetfs
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Aug 15 20:37:16 UTC 2019
Author: pkubaj
Date: Thu Aug 15 20:37:16 2019
New Revision: 509053
URL: https://svnweb.freebsd.org/changeset/ports/509053
Log:
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)
Modified:
head/sysutils/fusefs-smbnetfs/Makefile
Modified: head/sysutils/fusefs-smbnetfs/Makefile
==============================================================================
--- head/sysutils/fusefs-smbnetfs/Makefile Thu Aug 15 20:32:30 2019 (r509052)
+++ head/sysutils/fusefs-smbnetfs/Makefile Thu Aug 15 20:37:16 2019 (r509053)
@@ -22,7 +22,7 @@ LIBSECRET_LIB_DEPENDS= libsecret-*.so:security/libsecr
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
More information about the svn-ports-all
mailing list