diff options
author | jrm <jrm@FreeBSD.org> | 2016-09-30 12:16:18 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-09-30 12:16:18 +0800 |
commit | d2a5280a8147fdffe911a491e9aa789bc92adb1d (patch) | |
tree | fb11ccc3ae1d5f5d6de21ee20245e4b8f15abc86 /cad | |
parent | c38a2fc1f511360a61c95b89a93b1231ba41ffec (diff) | |
download | freebsd-ports-gnome-d2a5280a8147fdffe911a491e9aa789bc92adb1d.tar.gz freebsd-ports-gnome-d2a5280a8147fdffe911a491e9aa789bc92adb1d.tar.zst freebsd-ports-gnome-d2a5280a8147fdffe911a491e9aa789bc92adb1d.zip |
Re-add MAKE_JOBS_UNSAFE=yes
It is not clear that the issue that caused this to be added has been fixed, so
add it back to be safe.
Reported by: jmarino (via ports-committers@), mat (via phab diff D7703)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8086
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 0aeda9168f85..fdd50637866b 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -31,6 +31,8 @@ USES= blaslapack cmake fortran gmake jpeg tar:tgz USE_GL= gl glu USE_XORG= x11 xext xfixes xft +MAKE_JOBS_UNSAFE=yes + CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES OPTIONS_DEFINE= CGNS MED OCC SHARED STATIC |