Date: Sun, 28 Apr 2024 08:52:01 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a6ec1a326cfe - 2024Q2 - science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE Message-ID: <202404280852.43S8q1AT055491@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6ec1a326cfeb94b38bae7f36eee466aa1d7ebe0 commit a6ec1a326cfeb94b38bae7f36eee466aa1d7ebe0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-28 08:50:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-28 08:51:54 +0000 science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE Reported by: fallout (cherry picked from commit 2241fb8e4db780f24349f40dbab260f8d9cfcec6) --- science/multiwfn/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/multiwfn/Makefile b/science/multiwfn/Makefile index 35630a783446..c7e0470a16a4 100644 --- a/science/multiwfn/Makefile +++ b/science/multiwfn/Makefile @@ -39,6 +39,8 @@ ALL_TARGET= default DISLIN_VERSION= 11.5 +MAKE_JOBS_UNSAFE= yes # fix build on quarterly (not latest) when mod_2f2.mod isn't found due to commands mis-order + BINARY_ALIAS= ifort=gfortran${GCC_DEFAULT} \ gcc=${CC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404280852.43S8q1AT055491>