git: d245ca388857 - main - math/cmh: mark BROKEN

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 07 Jun 2022 15:42:30 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d245ca38885707c40692e4f268c8161d767aaad9

commit d245ca38885707c40692e4f268c8161d767aaad9
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-06-07 14:44:04 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-06-07 15:39:07 +0000

    math/cmh: mark BROKEN
    
    Approved by:    portmgr blanket
---
 math/cmh/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/cmh/Makefile b/math/cmh/Makefile
index 635c8e683128..17a4c00c7adb 100644
--- a/math/cmh/Makefile
+++ b/math/cmh/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Compute Igusa class polynomials
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		does not build: lll.cpp:40:18: error: expected ';' after expression
+
 LIB_DEPENDS=	libfplll.so:math/fplll \
 		libgmp.so:math/gmp \
 		libmpc.so:math/mpc \