From 160d47c6c10a88e22ff78a63737bf306910a62e6 Mon Sep 17 00:00:00 2001 From: jasper Date: Fri, 18 Jan 2013 14:03:14 +0000 Subject: [PATCH] mark broken on mips64, gcc crashes on: IA operator-() const { return IA (-sup(), -inf()); } --- math/cgal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 10613cca648..50d56473d0a 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2012/01/20 14:48:50 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.6 2013/01/18 14:03:14 jasper Exp $ # vax: no fenv.h support NOT_FOR_ARCHS = vax +BROKEN-mips64 = ICE on Interval_nt.h:98 + COMMENT = Computational Geometry Algorithms Library DISTNAME = CGAL-3.8