NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59543 CVS commit: xsrc/external/mit/fontconfig/dist/src



The following reply was made to PR misc/59543; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59543 CVS commit: xsrc/external/mit/fontconfig/dist/src
Date: Wed, 23 Jul 2025 18:04:37 +0000

 Module Name:	xsrc
 Committed By:	kre
 Date:		Wed Jul 23 18:04:37 UTC 2025
 
 Modified Files:
 	xsrc/external/mit/fontconfig/dist/src: fccache.c
 
 Log Message:
 Provide a fallback timercmp() definition (PR misc/59543)
 
 timercmp() isn't a standard function (macro in this case)
 so isn't guaranteed to exist on some random system that
 we need to be able to build this on (since it is part of
 the NetBSD tools setup).
 
 So just provide a local copy of the definition, used in
 the event that nothing else has already defined it.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 xsrc/external/mit/fontconfig/dist/src/fccache.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index