Date: Wed, 7 Jun 2023 04:45:29 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: 158737759d4e - main - science/cantera: Add USES=localbase in an attempt to fix build on various systems Message-ID: <202306070445.3574jTbR020952@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=158737759d4e720d68801c9247e9af4c811fcbb7 commit 158737759d4e720d68801c9247e9af4c811fcbb7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-07 03:47:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-07 04:45:24 +0000 science/cantera: Add USES=localbase in an attempt to fix build on various systems Reported by: fallout --- science/cantera/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/cantera/Makefile b/science/cantera/Makefile index 4d17ffaf6863..552f31c23b5d 100644 --- a/science/cantera/Makefile +++ b/science/cantera/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= googletest>0:devel/googletest \ LIB_DEPENDS= libfmt.so:devel/libfmt \ libyaml-cpp.so:devel/yaml-cpp -USES= compiler:c++11-lang eigen:3 scons +USES= compiler:c++11-lang eigen:3 localbase scons USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306070445.3574jTbR020952>