diff options
author | linimon <linimon@FreeBSD.org> | 2016-09-18 19:32:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-09-18 19:32:51 +0800 |
commit | 24cdaa21b2aa049bfb20a2ccb2ef04edf6e468f9 (patch) | |
tree | 1c30dcc8483cbbcb5b373188edf8b36b8c4016bc /math | |
parent | c28d34ce5c1b4ee1e30358b53c1ca6ff41b9249c (diff) | |
download | freebsd-ports-graphics-24cdaa21b2aa049bfb20a2ccb2ef04edf6e468f9.tar.gz freebsd-ports-graphics-24cdaa21b2aa049bfb20a2ccb2ef04edf6e468f9.tar.zst freebsd-ports-graphics-24cdaa21b2aa049bfb20a2ccb2ef04edf6e468f9.zip |
Mark broken on sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/cgal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index ddd49739300..58b5ed67b77 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp +BROKEN_sparc64: Does not build: fails to compile all_files.cpp + USE_LDCONFIG= yes USES= cmake shebangfix tar:xz USE_QT5= buildtools_build core qmake_build widgets |