Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 08:38:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458016 - head/math/gmp
Message-ID:  <201801040838.w048cJl4058516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan  4 08:38:19 2018
New Revision: 458016
URL: https://svnweb.freebsd.org/changeset/ports/458016

Log:
  - Mark MAKE_JOBS_SAFE, this fixes build on mips and mips64
  
  Approved by:	portmgr blanket

Modified:
  head/math/gmp/Makefile

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Thu Jan  4 05:35:41 2018	(r458015)
+++ head/math/gmp/Makefile	Thu Jan  4 08:38:19 2018	(r458016)
@@ -21,6 +21,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--infodir=${PREFIX}/info \
 		--mandir=${PREFIX}/man \
 		--enable-cxx
+MAKE_JOBS_UNSAFE=yes
 USE_LDCONFIG=	yes
 
 INFO=		gmp



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