git: e9d9058de45d - main - cad/openroad: Not broken with libfmt-10.1.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 22 Dec 2023 09:58:44 UTC
The branch main has been updated by yuri:

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

commit e9d9058de45d6c84728088ba7ce7d6fea38b6416
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-22 09:57:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-22 09:58:42 +0000

    cad/openroad: Not broken with libfmt-10.1.1
    
    ... at least on 13.2
    
    PR:             273881
---
 cad/openroad/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index 5e2966f2a424..3d6a22465dae 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -13,7 +13,6 @@ WWW=		https://theopenroadproject.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		does not build with libfmt 10+. See https://github.com/The-OpenROAD-Project/OpenROAD/pull/3911
 BROKEN_i386=	C++ issue on i386, should be resolved in the next update
 .if !exists(/usr/include/omp.h)
 BROKEN=		requires OpenMP support that is missing on this architecture