git: 4f3a6a9b3e51 - main - cad/PrusaSlicer: mark as BROKEN with recent boost

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 22 May 2022 20:17:49 UTC
The branch main has been updated by fluffy:

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

commit 4f3a6a9b3e5127796c71eee4be67dfd582abc29d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:13:20 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:07 +0000

    cad/PrusaSlicer: mark as BROKEN with recent boost
    
    PR:     246106
---
 cad/PrusaSlicer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 263cb083e7d0..4631d5549118 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -24,6 +24,8 @@ LIB_DEPENDS=	libtbb.so:devel/onetbb \
 BUILD_DEPENDS=	cereal>=1.3.0.10:devel/cereal \
 		cgal>=5.0.2:math/cgal
 
+BROKEN=		Fails to compile: implicit instantiation of undefined template 'std::basic_ifstream<char>'
+
 USES=		cmake cpe desktop-file-utils eigen:3 gettext gl iconv pkgconfig
 CPE_VENDOR=	prusa3d
 CMAKE_ARGS+=	-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \