git: ae295147a422 - main - math/mpsolve: Mark BROKEN on 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 19 Aug 2023 02:53:01 UTC
The branch main has been updated by bofh:

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

commit ae295147a4228b805ae5eb59f37a0ad89f8e859d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-19 01:02:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-19 02:52:48 +0000

    math/mpsolve: Mark BROKEN on 14
    
    Fails to compile with:
    error: expected unqualified-id
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/mpsolve/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/mpsolve/Makefile b/math/mpsolve/Makefile
index 1a99c1d2e1a6..4a82a31ced76 100644
--- a/math/mpsolve/Makefile
+++ b/math/mpsolve/Makefile
@@ -11,6 +11,8 @@ WWW=		https://numpi.dm.unipi.it/software/mpsolve
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_14=	fails to compile: expected unqualified-id
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libtcmalloc_minimal.so:devel/google-perftools