aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-28 08:50:50 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-28 08:50:50 +0000
commit2241fb8e4db780f24349f40dbab260f8d9cfcec6 (patch)
tree0272cf405294cf4ddfdf13caef8aeab3f1225b68
parent85145d134155222e2525eb9ea2dd63579bef615b (diff)
downloadports-2241fb8e4db780f24349f40dbab260f8d9cfcec6.tar.gz
ports-2241fb8e4db780f24349f40dbab260f8d9cfcec6.zip
science/multiwfn: Fix build on quarterly by adding MAKE_JOBS_UNSAFE
Reported by: fallout
-rw-r--r--science/multiwfn/Makefile2
1 files changed, 2 insertions, 0 deletions
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}