summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-10-01 10:03:11 +0000
committermarino <marino@FreeBSD.org>2014-10-01 10:03:11 +0000
commit9458a4caa16bf1c6741e5fa13893c3f70cb3c22f (patch)
tree77eaa629434614bcb48eacbd476d2f56dd23851a
parentc92fe079f65154f81ddcc8ce0812375e6b641a7e (diff)
downloadFreeBSD-ports-9458a4caa16bf1c6741e5fa13893c3f70cb3c22f.zip
FreeBSD-ports-9458a4caa16bf1c6741e5fa13893c3f70cb3c22f.tar.gz
japanese/slrn is not jobs safe
It can try to use config.h before it's generated.
-rw-r--r--japanese/slrn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile
index cb5d924..564d82a 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| ; \
OpenPOWER on IntegriCloud