Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2019 20:37:16 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509053 - head/sysutils/fusefs-smbnetfs
Message-ID:  <201908152037.x7FKbGce058890@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908152037.x7FKbGce058890>