freebsd-ports/sysutils/fusefs-sshfs/Makefile
Piotr Kubaj 4af81d691c 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
2020-02-11 10:24:12 +00:00

29 lines
521 B
Makefile

# Created by: Anish Mistry
# $FreeBSD$
PORTNAME= sshfs
PORTVERSION= 3.7.0
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Mount remote directories over ssh
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= rst2man:textproc/py-docutils
USES= compiler:c11 fuse:3 gettext gnome meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= libfuse
USE_GNOME= glib20
CFLAGS+= -DNDEBUG
PLIST_FILES= bin/sshfs \
man/man1/sshfs.1.gz
.include <bsd.port.mk>