summaryrefslogtreecommitdiff
path: root/filesystems/ltfs-ltotape
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2022-03-24 16:24:13 +0000
committermanu <manu@pkgsrc.org>2022-03-24 16:24:13 +0000
commit92dc407d22c561f8c3dcf4ff641a30ca8659517a (patch)
tree89234ae99233fa85eb16c3a207c95da961bb8f2a /filesystems/ltfs-ltotape
parentf36cb9202f083374ed944acde3c28decd25ca4ac (diff)
downloadpkgsrc-92dc407d22c561f8c3dcf4ff641a30ca8659517a.tar.gz
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: ----------------------------------------------------------------------
Diffstat (limited to 'filesystems/ltfs-ltotape')
-rw-r--r--filesystems/ltfs-ltotape/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/ltfs-ltotape/Makefile b/filesystems/ltfs-ltotape/Makefile
index 5cdc75f47c4..8e2e201b4a1 100644
--- a/filesystems/ltfs-ltotape/Makefile
+++ b/filesystems/ltfs-ltotape/Makefile
@@ -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"