svn commit: r327360 - head/cad/gmsh

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Sep 15 21:41:36 UTC 2013


Author: stephen
Date: Sun Sep 15 21:41:35 2013
New Revision: 327360
URL: http://svnweb.freebsd.org/changeset/ports/327360

Log:
  - Set make_jobs_unsafe.
  
  PR:		ports/182125
  Submitted by:	Thierry Thomas <thierry at FreeBSD.org>

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Sun Sep 15 21:37:31 2013	(r327359)
+++ head/cad/gmsh/Makefile	Sun Sep 15 21:41:35 2013	(r327360)
@@ -32,6 +32,8 @@ USE_GMAKE=	yes
 USE_GL=		yes
 ALL_TARGET=	all
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		gmsh.1
 
 CMAKE_ARGS+=	-DCMAKE_SKIP_RPATH:BOOL=YES


More information about the svn-ports-all mailing list