diff options
author | marino <marino@FreeBSD.org> | 2015-08-25 22:52:58 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-08-25 22:52:58 +0000 |
commit | 3ed10195ba1c8a2fc6ef941c7a1183762ae01895 (patch) | |
tree | b072a0fd3187d32295fecf1b6c3428b61790689b | |
parent | 873e6e6e3b4fabd7c5595569f01a766efad97e18 (diff) | |
download | FreeBSD-ports-3ed10195ba1c8a2fc6ef941c7a1183762ae01895.zip FreeBSD-ports-3ed10195ba1c8a2fc6ef941c7a1183762ae01895.tar.gz |
lang/pcc is not jobs safe
This port has failed in a multijob build a few times now. This latest
time it tried to execute mkext before it was generated (I think)
-rw-r--r-- | lang/pcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index 4c2f518..7a9667a 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -21,6 +21,8 @@ PLIST_FILES= bin/pcc libexec/ccom libexec/cpp \ man/man1/ccom.1.gz man/man1/cpp.1.gz \ man/man1/pcc.1.gz +MAKE_JOBS_UNSAFE= yes + # Fix -jX builds: use -C switch instead of cd'ing and add missing dependency post-patch: |