diff options
author | thierry <thierry@FreeBSD.org> | 2016-09-28 04:32:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-09-28 04:32:54 +0800 |
commit | 02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f (patch) | |
tree | 290606d8d1f9885dc2b910db6cb9a66b9fad0de0 /cad | |
parent | b4167d7d7aa61214f3dbf21ca5c3a1781a8f30b5 (diff) | |
download | freebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.tar.gz freebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.tar.zst freebsd-ports-gnome-02b5b0524a598e8a62748bfd4a0c4ee790a6dc0f.zip |
Mark cad/gmsh-occ BROKEN for -CURRENT / i386.
See PR 213008.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 6 |
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. |