Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2022 06:54:42 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: 2ffc7f8024cf - main - devel/boost-jam: respect ${CXX}
Message-ID:  <202206110654.25B6sgWP015605@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=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=	#
 



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