Subject: CVS commit: pkgsrc/lang/guile22
From: David H. Gutteridge
Date: 2019-12-09 05:51:57
Message id: 20191209045157.60AFCFA97@cvs.NetBSD.org

Log Message:
guile22: fix SunOS builds on releases that provide accept4()

Curiously, the only thing stopping this from building was the second
accept4() test in the configure script, which doesn't supply the
necessary linker arguments. Elsewhere, the build configuration does
correctly set those same arguments. On current members of the SunOS
family, this meant it would falsely think accept4() wasn't defined
when it really was, which would then lead to a signature mismatch
during compilation.

Files:
RevisionActionfile
1.16modifypkgsrc/lang/guile22/Makefile