Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 18:49:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513602 - head/devel/dmalloc
Message-ID:  <201910021849.x92InRlS040180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021849.x92InRlS040180>