Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 14:31:03 +0200
From:      =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org>
To:        Dima Panov <fluffy@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 732b245ce11d - main - devel/boost-jam: respect CXXFLAGS
Message-ID:  <20220610143103.23bd79cd@FreeBSD.org>
In-Reply-To: <202206031126.253BQxgA086676@gitrepo.freebsd.org>
References:  <202206031126.253BQxgA086676@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 3 Jun 2022 11:26:59 GMT Dima Panov <fluffy@FreeBSD.org> wrote:
> The branch main has been updated by fluffy:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=732b245ce11d3cef4c33c87c91ff8d28e336091f
> 
> commit 732b245ce11d3cef4c33c87c91ff8d28e336091f
> Author:     Dima Panov <fluffy@FreeBSD.org>
> AuthorDate: 2022-06-03 11:26:08 +0000
> Commit:     Dima Panov <fluffy@FreeBSD.org>
> CommitDate: 2022-06-03 11:26:08 +0000
> 
>     devel/boost-jam: respect CXXFLAGS
>     
>     PR:     264399
> ---
>  devel/boost-jam/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile
> index 9cbb76a156f9..3f2a8a680349 100644
> --- a/devel/boost-jam/Makefile
> +++ b/devel/boost-jam/Makefile
> @@ -10,7 +10,7 @@ LICENSE=	BSL
>  EXTRACT_AFTER_ARGS=	--no-same-owner --no-same-permissions ${DISTNAME}/${WRKSRC_SUBDIR}
>  MAKE_CMD=	./build.sh
>  ALL_TARGET=	${CHOSEN_COMPILER_TYPE} ${WITH_DEBUG:D--debug}
> -MAKE_FLAGS=	#
> +MAKE_FLAGS=	--cxxflags="${CXXFLAGS}"

Can you also add --cxx="${CXX}" to respect CXX?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220610143103.23bd79cd>