diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
commit | 3a19e34bedf964d668c9a3d4b47d960d9c86ec9c (patch) | |
tree | f1aa47aca8761e0f1762f2372a30c61e82bf594a /cad/meshlab | |
parent | 3ab63204004c8596e33e3dae8c33007ceea21708 (diff) | |
download | freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.gz freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.zst freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.zip |
Mark various cad ports broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad/meshlab')
-rw-r--r-- | cad/meshlab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 0fcf81aeed8b..9983eaaf791a 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -17,6 +17,8 @@ EXTRACT_DEPENDS=gtar:archivers/gtar LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \ libmpir.so:math/mpir +BROKEN_aarch64= Fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char + USES= dos2unix qmake compiler:c++11-lib tar:tgz USE_CXXSTD= c++11 USE_GL= glew glu |