Date: Tue, 26 Jul 2022 08:13:30 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265397] irc/irssi: nvlist_create not found Message-ID: <bug-265397-7788-r8jy7UhPOQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265397-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265397-7788@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=3D265397 --- Comment #1 from Kristof Provost <kp@freebsd.org> --- This appears to be because the current meson file does not include 'sys/nv.= h' while testing for nvlist_create(). I changed the relevant line to: nvlist_create_found =3D libnv.found() and cc.has_function('nvlist_creat= e', dependencies : libnv, prefix : '#include <sys/nv.h>') and can now compile successfully. --=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-265397-7788-r8jy7UhPOQ>