On 1/7/2022 8:31 PM, Stuart Henderson wrote:
> 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.
> 

Gotcha. Easy to add back.

>> * 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.
> 

It will. Was not sure if we wanted gmp or not. Seems to work fine
without it.

~Brian

Reply via email to