Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: fluidsynth update 2.3.4
To:
Rafael Sadowski <rafael@sizeofvoid.org>
Cc:
Thomas Frohwein <tfrohwein@fastmail.com>, ports@openbsd.org
Date:
Thu, 18 Jan 2024 07:01:21 +0000

Download raw body.

Thread
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.