git: 2ffc7f8024cf - main - devel/boost-jam: respect ${CXX}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jun 2022 06:54:42 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ffc7f8024cf51fd7b8845f725bc34162cad4c4e commit 2ffc7f8024cf51fd7b8845f725bc34162cad4c4e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-06-11 06:53:34 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-06-11 06:54:10 +0000 devel/boost-jam: respect ${CXX} --- 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 3f2a8a680349..0fb94ebf212d 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= --cxxflags="${CXXFLAGS}" +MAKE_FLAGS= --cxx="${CXX}" --cxxflags="${CXXFLAGS}" _MAKE_JOBS= # MAKEFILE= #