Subject: CVS commit: pkgsrc/x11/libXdmcp
From: David H. Gutteridge
Date: 2022-02-23 04:10:26
Message id: 20220223031026.93A75FB24@cvs.NetBSD.org

Log Message:
libXdmcp: fix builds with Solaris 11.3

There are circumstances where getentropy() exists but arc4random_buf()
does not, as reported to be the case with Solaris 11.3 in PR pkg/54628,
report and analysis by Sad Clouds. sys/random.h only needs to be
included on SunOS, in that case (second patch iteration).

Files:
RevisionActionfile
1.13modifypkgsrc/x11/libXdmcp/distinfo
1.3addpkgsrc/x11/libXdmcp/patches/patch-Key.c