diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:27:41 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:09 +0000 |
commit | 5ec84647de2d16a2e85bc3f2d31eece0a739ca64 (patch) | |
tree | f26a4b15137652d05fc9b00e7e1949ddf1a58212 | |
parent | ec1e2b65177e03bfde9bb7c7eab5a7db6a3bdf3f (diff) | |
download | ports-5ec84647de2d16a2e85bc3f2d31eece0a739ca64.tar.gz ports-5ec84647de2d16a2e85bc3f2d31eece0a739ca64.zip |
graphics/blender-lts29: mark as BROKEN after recent boost upgrade
PR: 246106
-rw-r--r-- | graphics/blender-lts29/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile index 3afb7a2613ec..8e393efaa327 100644 --- a/graphics/blender-lts29/Makefile +++ b/graphics/blender-lts29/Makefile @@ -26,6 +26,8 @@ RUN_DEPENDS= ${PYNUMPY} # libraries are used, if either of the most common options in blender # are set. We will pull boost in just to be on the safe side. +BROKEN= ld: error: undefined symbol: google::InitVLOG3__(google::SiteFlag*, int*, char const*, int) + USES= cmake compiler:c++14-lang cpe gl jpeg python:3.9 shebangfix \ tar:xz xorg USE_XORG= x11 xext xfixes xmu xrender |