git: 2241fb8e4db7 - main - science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Apr 2024 08:51:42 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2241fb8e4db780f24349f40dbab260f8d9cfcec6

commit 2241fb8e4db780f24349f40dbab260f8d9cfcec6
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:50:50 +0000

    science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE
    
    Reported by:    fallout
---
 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}