diff options
author | marino <marino@FreeBSD.org> | 2016-01-13 21:56:16 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-13 21:56:16 +0000 |
commit | 367d9a4c6886b8304b45fbfc35d5e0f4417dc86d (patch) | |
tree | 470fefdef59f58ab6b1e4953ac39278e600f3d13 | |
parent | fd87e42b73df3c5a68bc70a8380f7ae2ea320a12 (diff) | |
download | FreeBSD-ports-367d9a4c6886b8304b45fbfc35d5e0f4417dc86d.zip FreeBSD-ports-367d9a4c6886b8304b45fbfc35d5e0f4417dc86d.tar.gz |
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
-rw-r--r-- | textproc/sowing/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 9f0b6cf..93555be 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| ; \ |