Created attachment 203933 [details] patch After recent Boost updates, simgear/nasal/cppbind/NasalHash.hxx now needs +#include <boost/core/enable_if.hpp> (at least when building with GCC). While here, also simplify LDFLAGS. Tested on powerpc64 and amd64.
A commit references this bug: Author: martymac Date: Wed Apr 24 10:18:47 UTC 2019 New revision: 499829 URL: https://svnweb.freebsd.org/changeset/ports/499829 Log: Fix build with Gcc and recent Boost + simplify LDFLAGS PR: 237500 Submitted by: pkubaj Changes: head/devel/simgear/Makefile head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx
Committed, thanks!