Created attachment 208050 [details] patch Linking with boost requires C++11 compiler. Passing -L/usr/lib makes the compiler link against base libstdc++, which causes build failures on architectures that have libstdc++ in base. Tested on powerpc64 and armv7, should work on armv6 and aarch64.
Approved as mentor pending maintainer review.
This looks good. Thanks!
A commit references this bug: Author: pkubaj Date: Fri Oct 4 20:45:24 UTC 2019 New revision: 513779 URL: https://svnweb.freebsd.org/changeset/ports/513779 Log: www/anyterm: fix build on arm and GCC architectures Linking with boost requires C++11 compiler. Passing -L/usr/lib makes the compiler link against base libstdc++, which causes build failures on architectures that have libstdc++ in base. PR: 241034 Approved by: linimon (mentor), douglas@douglasthrift.net (maintainer) Changes: head/www/anyterm/Makefile
^Triage: Assign to committer that resolved