Date: Thu, 09 Jan 2020 13:33:49 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 243213] www/firefox: 72.0.1: error: use of undeclared identifier 'CAP_MMAP_R' Message-ID: <bug-243213-21738-C3NVehlnvL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243213-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-243213-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243213 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Jan 9 13:32:55 UTC 2020 New revision: 522486 URL: https://svnweb.freebsd.org/changeset/ports/522486 Log: www/firefox: unbreak after r522464 In file included from Unified_cpp_ipc_chromium0.cpp:137: ipc/chromium/src/base/shared_memory_posix.cc:282:16: error: variable has incomplete type 'cap_rights_t' (aka 'cap_rights') cap_rights_t rights; ^ /usr/include/sys/types.h:247:8: note: forward declaration of 'cap_rights' struct cap_rights; ^ In file included from Unified_cpp_ipc_chromium0.cpp:137: ipc/chromium/src/base/shared_memory_posix.cc:283:28: error: use of undecl= ared identifier 'CAP_MMAP_R' cap_rights_init(&rights, CAP_MMAP_R); ^ PR: 243213 Pointy hat to: jbeich (landed old version of the patch) Changes: head/www/firefox/files/patch-bug1550891 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243213-21738-C3NVehlnvL>