CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/06/26 12:19:13
Added files:
games/scid/patches: patch-src_fastgame_h
Log message:
Add a patch to explicitly mark a pair of char arrays as signed. scid
assumes in this case that chars are signed and this breaks the build on
archs where this isn't true (spotted from phessler@'s aarch64 logs).
No bump as this is a no-op on systems where char is signed.
