diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-05-01 12:57:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-05-01 13:00:40 +0000 |
commit | 85da5b1a64b77a2d2204f7a7d3231a09f6a53da9 (patch) | |
tree | fe5d9f9bb188c7fe32b3e7554de5539ad11d56e2 | |
parent | 61428d4580e26bfceed1d8fafaa55952510cc07c (diff) | |
download | ports-85da5b1a64b77a2d2204f7a7d3231a09f6a53da9.tar.gz ports-85da5b1a64b77a2d2204f7a7d3231a09f6a53da9.zip |
lang/f2c: set MAKE_JOBS_UNSAFE
This port fails in some cases, and setting MAKE_JOBS_UNSAFE=yes fixes it.
PR: 270890
Reported by: alt2600 (at) icloud.com
-rw-r--r-- | lang/f2c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index b335825f4530..23e97cc91fa4 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -20,6 +20,8 @@ BROKEN_mips64= fails to compile: /usr/include/sigfpe.h: No such file or directo USES= gmake USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + LIBVER= 2 SIMPLEDIST= changes f2c.1 f2c.1t f2c.h f2c.pdf fc getopt.c README |