Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 10:24:12 +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: r525802 - head/sysutils/fusefs-sshfs
Message-ID:  <202002111024.01BAOCEF082831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Feb 11 10:24:12 2020
New Revision: 525802
URL: https://svnweb.freebsd.org/changeset/ports/525802

Log:
  sysutils/fusefs-sshfs: fix build on GCC architectures
  
  Use C11 compiler:
  ../sshfs.c:3842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  ../sshfs.c:3878: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  ../sshfs.c:3897: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  ../sshfs.c:3927: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  ../sshfs.c:3944: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token

Modified:
  head/sysutils/fusefs-sshfs/Makefile

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Tue Feb 11 10:03:08 2020	(r525801)
+++ head/sysutils/fusefs-sshfs/Makefile	Tue Feb 11 10:24:12 2020	(r525802)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
-USES=		fuse:3 gettext gnome meson pkgconfig
+USES=		compiler:c11 fuse:3 gettext gnome meson pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	libfuse



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