svn commit: r513603 - branches/2019Q4/devel/dmalloc

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


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

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

Modified:
  branches/2019Q4/devel/dmalloc/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/devel/dmalloc/Makefile
==============================================================================
--- branches/2019Q4/devel/dmalloc/Makefile	Wed Oct  2 18:49:27 2019	(r513602)
+++ branches/2019Q4/devel/dmalloc/Makefile	Wed Oct  2 18:49:45 2019	(r513603)
@@ -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-all mailing list