===> Building for icewm-3.7.4
/opt/pkg/bin/gmake  all-recursive
gmake[1]: Entering directory '/Users/pbulk/build/wm/icewm/work/icewm-3.7.4'
Making all in src
gmake[2]: Entering directory '/Users/pbulk/build/wm/icewm/work/icewm-3.7.4/src'
  CXX      objbutton.o
In file included from objbutton.cc:9:
In file included from ./wmapp.h:4:
In file included from ./ysmapp.h:4:
In file included from ./yxapp.h:7:
./ytimer.h:39:56: error: non-constant-expression cannot be narrowed from type 'long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]
    timeval fuzziness() const { return (timeval) { 0L, fFuzziness*1000L }; }
                                                       ^~~~~~~~~~~~~~~~
./ytimer.h:39:56: note: insert an explicit cast to silence this issue
    timeval fuzziness() const { return (timeval) { 0L, fFuzziness*1000L }; }
                                                       ^~~~~~~~~~~~~~~~
                                                       static_cast<__darwin_suseconds_t>( )
1 error generated.
gmake[2]: *** [Makefile:1827: objbutton.o] Error 1
gmake[2]: Leaving directory '/Users/pbulk/build/wm/icewm/work/icewm-3.7.4/src'
gmake[1]: *** [Makefile:598: all-recursive] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/wm/icewm/work/icewm-3.7.4'
gmake: *** [Makefile:480: all] Error 2
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/wm/icewm
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/wm/icewm