svn commit: r483229 - head/net-mgmt/docsis

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 06:54:05 UTC 2018


Author: linimon
Date: Sun Oct 28 06:54:04 2018
New Revision: 483229
URL: https://svnweb.freebsd.org/changeset/ports/483229

Log:
  Mark MAKE_JOBS_UNSAFE to fix build on e.g. powerpc64.
  
  PR:		231948
  Submitted by:	Piotr Kubaj

Modified:
  head/net-mgmt/docsis/Makefile

Modified: head/net-mgmt/docsis/Makefile
==============================================================================
--- head/net-mgmt/docsis/Makefile	Sun Oct 28 06:27:54 2018	(r483228)
+++ head/net-mgmt/docsis/Makefile	Sun Oct 28 06:54:04 2018	(r483229)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp \
 USES=		autoreconf bison libtool ssl
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB=	MIBS=share/snmp/mibs
 


More information about the svn-ports-all mailing list