CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/01/26 00:28:10
Modified files:
sysutils/polkit: Makefile
Log message:
polkit: fix build on sparc64
gcc doesn't error on implicit function declaration. The configure check of
netgrent() therefore incorrectly sets HAVE_SETGRENT_RETURN, breaking the
build. Also define _BSD_SOURCE to avoid a subsequent error due to implicit
declaration of getgrouplist(3).
ok ajacoutot (maintainer)
