summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-13 21:56:16 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-13 21:56:16 +0000
commitd435d7a5d063b5fd4398208734720526a0d96f44 (patch)
tree470fefdef59f58ab6b1e4953ac39278e600f3d13 /textproc
parent531e973b8aa220698f91bc5b149b97f8fe8e33e3 (diff)
downloadfreebsd-ports-d435d7a5d063b5fd4398208734720526a0d96f44.zip
textproc/sowing is not jobs safe
This port has failed on me multiple times. The last time it tried linking with libfilter.a before the library was fully created, resulting in multiple "undefined reference" errors
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sowing/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile
index 9f0b6cfeb394..93555bea7771 100644
--- a/textproc/sowing/Makefile
+++ b/textproc/sowing/Makefile
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${DATADIR}
ALL_TARGET= all-redirect
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e \
's|\([[:blank:]]\)\($$(exec_prefix)\)|\1$$(DESTDIR)\2| ; \