Fix LP64 bug because of buggy NetBSD fuse_opt.h
NetBSD has a base system fuse_opt.h with an error. see http://mail-index.netbsd.org/tech-userlevel/2022/03/23/msg013349.html Pull pkgsrc's FUSE buildlink3.mk to make sure we link with the right header cVS: ----------------------------------------------------------------------
This commit is contained in:
parent
416bf10669
commit
1ef85cb965
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.8 2021/12/08 16:04:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2022/03/24 16:24:13 manu Exp $
|
||||
|
||||
GITHUB_PROJECT= ltfs-backends
|
||||
DISTNAME= v0.2
|
||||
PKGNAME= ltfs-ltotape-${DISTNAME:S/v//}
|
||||
PKGREVISION= 6
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= filesystems
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=LinearTapeFileSystem/}/${GITHUB_PROJECT}/archive/
|
||||
DIST_SUBDIR= ${GITHUB_PROJECT}
|
||||
|
@ -26,4 +26,5 @@ pre-configure:
|
|||
|
||||
.include "../../filesystems/ltfs/buildlink3.mk"
|
||||
.include "../../textproc/icu/buildlink3.mk"
|
||||
.include "../../filesystems/fuse/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue