git: 1bb776743b46 - main - deskutils/xdg-desktop-portal: Fix build with LLVM 16 on 32 bit arches.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 15:59:10 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bb776743b46a213eb4cd997de0cd97c663602ab commit 1bb776743b46a213eb4cd997de0cd97c663602ab Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-06-30 15:58:25 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-06-30 15:59:07 +0000 deskutils/xdg-desktop-portal: Fix build with LLVM 16 on 32 bit arches. Reported by: pkg-fallout --- .../files/patch-document-portal_document-portal-fuse.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deskutils/xdg-desktop-portal/files/patch-document-portal_document-portal-fuse.c b/deskutils/xdg-desktop-portal/files/patch-document-portal_document-portal-fuse.c new file mode 100644 index 000000000000..2ee599242c04 --- /dev/null +++ b/deskutils/xdg-desktop-portal/files/patch-document-portal_document-portal-fuse.c @@ -0,0 +1,11 @@ +--- document-portal/document-portal-fuse.c.orig 2022-12-12 22:43:34 UTC ++++ document-portal/document-portal-fuse.c +@@ -2065,7 +2065,7 @@ xdp_fuse_forget (fuse_req_t req, + static void + xdp_fuse_forget (fuse_req_t req, + fuse_ino_t ino, +- unsigned long nlookup) ++ uint64_t nlookup) + { + forget_one (ino, nlookup); + fuse_reply_none (req);