diff options
author | marino <marino@FreeBSD.org> | 2016-01-14 05:56:16 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-14 05:56:16 +0800 |
commit | be08c5d3a3856b68a83e43225024a09058910da8 (patch) | |
tree | 470fefdef59f58ab6b1e4953ac39278e600f3d13 /textproc | |
parent | 3bc75768ea06b89ebb5e9002604968f8131a043a (diff) | |
download | freebsd-ports-gnome-be08c5d3a3856b68a83e43225024a09058910da8.tar.gz freebsd-ports-gnome-be08c5d3a3856b68a83e43225024a09058910da8.tar.zst freebsd-ports-gnome-be08c5d3a3856b68a83e43225024a09058910da8.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/Makefile | 2 |
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| ; \ |