From: Antoine Jacoutot Subject: Re: openjph use C++11 and needs ports-gcc To: ports@openbsd.org Date: Mon, 17 Nov 2025 15:48:55 +0100 On Mon, Nov 17, 2025 at 03:22:35PM +0100, Claudio Jeker wrote: > Another port that wants ports-gcc this time for C++11 support. OK > Index: Makefile > =================================================================== > RCS file: /cvs/ports/graphics/openjph/Makefile,v > diff -u -p -r1.9 Makefile > --- Makefile 17 Nov 2025 08:43:25 -0000 1.9 > +++ Makefile 17 Nov 2025 09:58:49 -0000 > @@ -14,6 +14,9 @@ MAINTAINER= Antoine Jacoutot # BSD 2-Clause > PERMIT_PACKAGE= Yes > > +# uses C++11 > +COMPILER= base-clang ports-gcc > + > WANTLIB += ${COMPILER_LIBCXX} c m tiff > > MODULES= devel/cmake -- Antoine