Created attachment 198174 [details] patch The check to use GCC in port's Makefile is incomplete. GCC needs to be used also on other POWER architectures, on mips (currently new GCC needs to be ported to mips*) and sparc64. Tested on powerpc64. Hardware sponsored by IntegriCloud.
Looks OK, go ahead.
A commit references this bug: Author: linimon Date: Wed Nov 21 14:22:00 UTC 2018 New revision: 485517 URL: https://svnweb.freebsd.org/changeset/ports/485517 Log: Fix build on GCC-based architectures with USE_GCC correctly gated. PR: 232283 Submitted by: Piotr Kubaj Approved by: maintainer Changes: head/x11/cool-retro-term/Makefile
Why not convert to USES=compiler:c++11-lang? For one, mips64 may switch to Clang in future.