On 2022/01/08 00:42, Brian Callahan wrote: > * We don't need the COMPILER line if we're just going to use the default > compilers for each arch; it can go.
The COMPILER setting was correct, C++ ports should use base-clang or ports-gcc ahead of base-gcc. portcheck warns about this too. > * The configure script also searches for (and fails to find) -lgmp. The > configure script has a --without-gmp option, which I think is what we > want here. That is set with CONFIGURE_ARGS. I didn't try building but likely that setting include/library search paths in CPPFLAGS/LDFLAGS in CONFIGURE_ENV will help it find gmp.