diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-04 04:02:38 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-04 04:02:38 +0000 |
| commit | 6bb18aedcfb9a8636d2a26c52c47439a8c38b206 (patch) | |
| tree | 4a66f18fa7535c387c87020900b4109146435a4c /sysutils/fusefs-funionfs | |
| parent | 176af6b0efbb58f508846961909b57c96a3a2b5a (diff) | |
Notes
Diffstat (limited to 'sysutils/fusefs-funionfs')
| -rw-r--r-- | sysutils/fusefs-funionfs/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index 2c22f208f554..1d451bee7b6b 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -10,11 +10,15 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Union filesystem for the FUSE driver -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +LICENSE= GPLv2+ + +USES= fuse localbase GNU_CONFIGURE= yes -USES= fuse PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz +post-patch: + @${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \ + ${WRKSRC}/control.c + .include <bsd.port.mk> |
