diff options
author | marino <marino@FreeBSD.org> | 2015-09-11 14:32:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-11 14:32:14 +0800 |
commit | b9697063915b9eb85b90d796679bb024959fa6d9 (patch) | |
tree | dfa64ebe484b76295dd1162e0789339fd37e6f0e /irc | |
parent | 81a54e752b185769d627caf20dbe4f72944630bb (diff) | |
download | freebsd-ports-gnome-b9697063915b9eb85b90d796679bb024959fa6d9.tar.gz freebsd-ports-gnome-b9697063915b9eb85b90d796679bb024959fa6d9.tar.zst freebsd-ports-gnome-b9697063915b9eb85b90d796679bb024959fa6d9.zip |
irc/bitchx is not not jobs safe (really)
This port was recently redeclared "jobs safe", but we just hit another
jobs-safe issue on the chinese/bitchx slave port. In this case, it was
trying to link wserv beform all the object files were built.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index b20b70481183..ccdc1466f166 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -28,6 +28,8 @@ DOCSDIR= ${PREFIX}/share/bx/help PORTDOCS= * DATADIR= ${PREFIX}/share/bx +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DOCS HEBREW IPV6 LATIN PLUGINS SSL TOGGLES LATIN_DESC= Recommended for ISO-8859-1 display |