Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 11:26:59 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 732b245ce11d - main - devel/boost-jam: respect CXXFLAGS
Message-ID:  <202206031126.253BQxgA086676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 _MAKE_JOBS=	#
 MAKEFILE=	#
 



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