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
This commit is contained in:
Piotr Kubaj
2020-02-11 10:24:12 +00:00
parent 4377cb3369
commit 4af81d691c

View File

@@ -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