===> Building for libshorttext-1.1nb4
make -C libshorttext/converter/stemmer
gcc -fPIC -O3 -c -o porter.o porter.c
if [ "" = "Darwin" ]; then  SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,porter.so.";  else  SHARED_LIB_FLAG="-shared -Wl,-soname,porter.so.";  fi;  gcc ${SHARED_LIB_FLAG} porter.o -o porter.so.1
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [lib] Error code 1

make[1]: stopped making "lib" in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/converter/stemmer
make[1]: 1 error

make[1]: stopped making "lib" in /Users/pbulk/build/math/libshorttext/work/libshorttext-1.1/libshorttext/converter/stemmer
*** [stemmer] Error code 2

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

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

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

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