Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 16:33:53 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352826 - head/cad/kicad
Message-ID:  <201405021633.s42GXrt9039180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Fri May  2 16:33:52 2014
New Revision: 352826
URL: http://svnweb.freebsd.org/changeset/ports/352826
QAT: https://qat.redports.org/buildarchive/r352826/

Log:
  I forgot to remove MAKE_JOB_UNSAFE in my previous commit.

Modified:
  head/cad/kicad/Makefile

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Fri May  2 16:29:02 2014	(r352825)
+++ head/cad/kicad/Makefile	Fri May  2 16:33:52 2014	(r352826)
@@ -24,7 +24,6 @@ WRKSRC=		${WRKDIR}/kicad
 USES=		cmake dos2unix desktop-file-utils shared-mime-info zip
 # Boost templates and compiler and library support for the ISO C++ 2011 standard from include/wx-3.0
 USES+=		compiler:gcc-c++11-lib
-MAKE_JOBS_UNSAFE=yes
 DOS2UNIX_GLOB=	*.cmake sch_bus_entry.h sch_line.h sch_no_connect.h
 USE_XORG=	x11 ice xext
 USE_GL=		yes



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