git: 432043f00ca0 - main - devel/glaze: Fix build on 13 by not building the debug executable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Apr 2024 07:19:25 UTC
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}