From: Stuart Henderson Subject: Re: fluidsynth update 2.3.4 To: Rafael Sadowski Cc: Thomas Frohwein , ports@openbsd.org Date: Thu, 18 Jan 2024 07:01:21 +0000 On 2024/01/18 06:54, Rafael Sadowski wrote: > Do we need the COMPILER line and C++ comment? That is the default and > gcc4 can handle C++98? ;) We don't really need the comment but we do need the COMPILER line, the default is "base-clang base-gcc gcc3" but everything C++ needs compiling with ports-gcc on base-gcc archs otherwise there will be a conflict between C++ standard libraries on base-gcc archs when another port links this as a library.