Re: git: 732b245ce11d - main - devel/boost-jam: respect CXXFLAGS
- In reply to: Dima Panov : "git: 732b245ce11d - main - devel/boost-jam: respect CXXFLAGS"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:31:03 UTC
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?