svn commit: r513602 - head/devel/dmalloc

Antoine Brodin antoine at FreeBSD.org
Wed Oct 2 18:49:27 UTC 2019


Author: antoine
Date: Wed Oct  2 18:49:27 2019
New Revision: 513602
URL: https://svnweb.freebsd.org/changeset/ports/513602

Log:
  Mark jobs unsafe
  
  ./dmallocc.cc:41:10: fatal error: 'dmalloc.h' file not found
  
  Reported by:	pkg-fallout
  MFH:		2019Q4

Modified:
  head/devel/dmalloc/Makefile

Modified: head/devel/dmalloc/Makefile
==============================================================================
--- head/devel/dmalloc/Makefile	Wed Oct  2 18:45:36 2019	(r513601)
+++ head/devel/dmalloc/Makefile	Wed Oct  2 18:49:27 2019	(r513602)
@@ -18,6 +18,7 @@ GNU_CONFIGURE_PREFIX=	"${STAGEDIR}${PREFIX}"
 CONFIGURE_ENV=	INSTALL_PROGRAM="${INSTALL_DATA}"
 CFLAGS=		-fPIC
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 ALL_TARGET=	all heavy
 INSTALL_TARGET=	install


More information about the svn-ports-head mailing list