Index: head/sysutils/fusefs-funionfs/Makefile =================================================================== --- head/sysutils/fusefs-funionfs/Makefile (revision 547506) +++ head/sysutils/fusefs-funionfs/Makefile (revision 547507) @@ -1,20 +1,24 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= funionfs PORTVERSION= 0.4.3 CATEGORIES= sysutils MASTER_SITES= http://funionfs.apiou.org/file/ 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