svn commit: r396926 - head/databases/memcached

Steve Wills swills at FreeBSD.org
Mon Sep 14 18:52:18 UTC 2015


Author: swills
Date: Mon Sep 14 18:52:17 2015
New Revision: 396926
URL: https://svnweb.freebsd.org/changeset/ports/396926

Log:
  databases/memcached: mark MAKE_JOBS_UNSAFE
  
  PR:		202590

Modified:
  head/databases/memcached/Makefile

Modified: head/databases/memcached/Makefile
==============================================================================
--- head/databases/memcached/Makefile	Mon Sep 14 18:47:25 2015	(r396925)
+++ head/databases/memcached/Makefile	Mon Sep 14 18:52:17 2015	(r396926)
@@ -47,6 +47,8 @@ SASL_CFLAGS=		-I${LOCALBASE}/include
 SASL_CPPFLAGS+=		${CFLAGS}
 SASL_LDFLAGS=		-L${LOCALBASE}/lib
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64


More information about the svn-ports-all mailing list