Date: Fri, 26 Apr 2024 07:19:25 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 432043f00ca0 - main - devel/glaze: Fix build on 13 by not building the debug executable Message-ID: <202404260719.43Q7JPWB018656@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=432043f00ca0a1502ba1f797394d41736494f8d2 commit 432043f00ca0a1502ba1f797394d41736494f8d2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-26 07:18:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-26 07:18:26 +0000 devel/glaze: Fix build on 13 by not building the debug executable ... that is not installed. Reported by: fallout --- devel/glaze/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 26f84ab33717..aa406ca35c26 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -20,7 +20,8 @@ USES= cmake:testing compiler:c++11-lang eigen:3 localbase USE_GITHUB= yes GH_ACCOUNT= stephenberry -CMAKE_OFF= BUILD_TESTING +CMAKE_OFF= BUILD_TESTING \ + glaze_DEVELOPER_MODE CMAKE_ARGS= -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS CMAKE_TESTING_ARGS= -DFREEBSD_STAGEDIR_PREFIX=${STAGEDIR}${DATADIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404260719.43Q7JPWB018656>