aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-09-27 20:32:54 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-09-27 20:32:54 +0000
commit04e714eb80d64136e981ffb494ef498c6d5dc8cf (patch)
tree290606d8d1f9885dc2b910db6cb9a66b9fad0de0 /cad
parent497d970bbfbdc8bb1b538340e226c2734f11afe5 (diff)
downloadports-04e714eb80d64136e981ffb494ef498c6d5dc8cf.tar.gz
ports-04e714eb80d64136e981ffb494ef498c6d5dc8cf.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/gmsh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 301e459b08a9..d60e7b9a5c45 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -93,6 +93,12 @@ IGNORE= METIS must be set if TAUCS is set
IGNORE= the license for Metis requires that its documentation is included
.endif
+.if ${PORT_OPTIONS:MOCC}
+. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
+BROKEN_i386= Bad machine code: Using an undefined physical register
+. endif
+.endif
+
# TODO
# Dependencies against PythonLibs, swig and petsc are found and registered if installed
# => add knobs to handle them.