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

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



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