From b91299c90b0b092db123136478f02211cd44386f Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 14 Feb 2025 06:12:16 +0300 Subject: [PATCH] graphics/appleseed: mark as BROKEN with Boost>=1.87 (+) Sponsored by: Future Crew, LLC --- graphics/appleseed/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index 8d7397d7ed34..5f40694e73b3 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -13,6 +13,8 @@ WWW= https://appleseedhq.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build with Boost>=1.87 + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ liblz4.so:archivers/liblz4 \ libpng.so:graphics/png \