Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: libbson uses c++11 and needs ports-gcc
To:
ports@openbsd.org
Date:
Mon, 17 Nov 2025 16:12:58 +0100

Download raw body.

Thread
On Mon, Nov 17, 2025 at 03:27:24PM +0100, Claudio Jeker wrote:
> Another port using c++11 that wants ports-gcc on sparc64.
> 
> -- 
> :wq Claudio
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/libbson/Makefile,v
> diff -u -p -r1.1.1.1 Makefile
> --- Makefile	17 Aug 2025 05:46:08 -0000	1.1.1.1
> +++ Makefile	11 Nov 2025 09:40:54 -0000
> @@ -18,6 +18,9 @@ PERMIT_PACKAGE =	Yes
>  
>  WANTLIB += m pthread
>  
> +# std-c++11

I guess that was supposed to be '# -std=c++11' :)

ok

> +COMPILER =		base-clang ports-gcc
> +
>  MODULES =		devel/cmake
>  
>  CONFIGURE_ARGS +=	-DBUILD_TESTING=OFF \
>