On Sun, November 21, 2021 07:39, k...@openbsd.org wrote: > Bulk build on sparc64-0a.ports.openbsd.org > > Started : Thu Nov 18 11:32:04 MST 2021 > Finished: Sat Nov 20 21:39:18 MST 2021 > Duration: 2 Days 10 hours 7 minutes > > Built using OpenBSD 7.0-current (GENERIC.MP) #1057: Wed Nov 17 16:51:35 MST > 2021 [...]
Hi! The patch below fixes build on sparc64. OK? > http://build-failures.rhaalovely.net/sparc64/2021-11-18/graphics/enblend-enfuse.log Index: patches/patch-src_minimizer_h =================================================================== RCS file: patches/patch-src_minimizer_h diff -N patches/patch-src_minimizer_h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-src_minimizer_h 25 Nov 2021 08:51:18 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ + +Index: src/minimizer.h +--- src/minimizer.h.orig ++++ src/minimizer.h +@@ -29,6 +29,7 @@ + #include <string> + #include <stdexcept> + #include <vector> ++#include <limits> + + #include <boost/optional.hpp> +