git: a6ec1a326cfe - 2024Q2 - science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Apr 2024 08:52:01 UTC
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}