diff options
author | marino <marino@FreeBSD.org> | 2014-10-01 18:03:11 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-01 18:03:11 +0800 |
commit | 9458a4caa16bf1c6741e5fa13893c3f70cb3c22f (patch) | |
tree | 77eaa629434614bcb48eacbd476d2f56dd23851a /japanese | |
parent | c92fe079f65154f81ddcc8ce0812375e6b641a7e (diff) | |
download | freebsd-ports-gnome-9458a4caa16bf1c6741e5fa13893c3f70cb3c22f.tar.gz freebsd-ports-gnome-9458a4caa16bf1c6741e5fa13893c3f70cb3c22f.tar.zst freebsd-ports-gnome-9458a4caa16bf1c6741e5fa13893c3f70cb3c22f.zip |
japanese/slrn is not jobs safe
It can try to use config.h before it's generated.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/slrn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index cb5d924afaf2..564d82abb20c 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -27,6 +27,8 @@ ALL_TARGET= all slrnpull WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} JDOCSRC= ${WRKDIR}/${PORTNAME}-doc-j0.9.5.6-0 +MAKE_JOBS_UNSAFE= yes + # Tentatively improve inner makefiles in attempt to fix parallel builds post-patch: @${REINPLACE_CMD} -e 's|-mkdir|mkdir -p| ; \ |