Created attachment 203539 [details] patch Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp. Tested on powerpc64 and amd64.
A commit references this bug: Author: pkubaj Date: Wed May 1 17:33:46 UTC 2019 New revision: 500598 URL: https://svnweb.freebsd.org/changeset/ports/500598 Log: sysutils/fusefs-pod: fix build with GCC-based architectures Switch to GCC from ports on GCC architectures to fix linking and include strings.h in src/fusepod_util.h to find strcasecmp: /usr/local/lib/libtag.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find_last_not_of(wchar_t const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21' PR: 237157 Approved by: mat (mentor), fjoe (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20113 Changes: head/sysutils/fusefs-pod/Makefile head/sysutils/fusefs-pod/files/patch-src_fusepod__util.h