On Wed, September 22, 2021 03:32, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Sat Sep 18 15:16:09 MDT 2021 > Finished: Tue Sep 21 18:31:48 MDT 2021 > Duration: 3 Days 3 hours 16 minutes > > Built using OpenBSD 7.0-beta (GENERIC.MP) #970: Sat Sep 11 23:30:13 MDT 2021 > > Built 9469 packages > > Number of packages built each day: > Sep 18: 6113 > Sep 19: 1855 > Sep 20: 976 > Sep 21: 525 > > > Critical path missing pkgs: > http://build-failures.rhaalovely.net/sparc64/2021-09-18/summary.log > > Build failures: 27
> http://build-failures.rhaalovely.net/sparc64/2021-09-18/games/ja2-stracciatella.log Hi! Same fix as for openxcom which fixes build on sparc64. OK? Index: patches/patch-sgp_FileMan_cc =================================================================== RCS file: patches/patch-sgp_FileMan_cc diff -N patches/patch-sgp_FileMan_cc --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-sgp_FileMan_cc 5 Oct 2021 12:14:01 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ + +Index: sgp/FileMan.cc +--- sgp/FileMan.cc.orig ++++ sgp/FileMan.cc +@@ -5,6 +5,7 @@ + #include <stdlib.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <algorithm> + #include "FileMan.h" + #include "LibraryDataBase.h" + #include "MemMan.h"