=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for sleepto-1.1
clang -pipe -Os    -c sleepto.c
sleepto.c:37:6: warning: implicit declaration of function 'gettimeofday' is invalid in C99 [-Wimplicit-function-declaration]
        if (gettimeofday(&tv, NULL) == -1) {
            ^
1 warning generated.
clang -pipe -Os    -c parsetime.c
parsetime.c:191:16: warning: implicit declaration of function '__arraycount' is invalid in C99 [-Wimplicit-function-declaration]
        for (i=0; i < __arraycount(Specials); i++) {
                      ^
1 warning generated.
clang -L/opt/pkg/lib    -o sleepto sleepto.o parsetime.o  
Undefined symbols for architecture arm64:
  "___arraycount", referenced from:
      _token in parsetime.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [sleepto] Error code 1

bmake: stopped making "all" in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1
bmake: 1 error

bmake: stopped making "all" in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1
*** Error code 2

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

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