diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:13:20 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:07 +0000 |
commit | 4f3a6a9b3e5127796c71eee4be67dfd582abc29d (patch) | |
tree | 872ac27abcdc79bb94ef85cecbd48296b49d20a8 | |
parent | 1fc616fd28adba9027edf2446f48d3d7a2f32033 (diff) | |
download | ports-4f3a6a9b3e5127796c71eee4be67dfd582abc29d.tar.gz ports-4f3a6a9b3e5127796c71eee4be67dfd582abc29d.zip |
cad/PrusaSlicer: mark as BROKEN with recent boost
PR: 246106
-rw-r--r-- | cad/PrusaSlicer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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}" \ |