[Bug 293189] graphics/materialx: Fix for enable materialx for blender
Date: Sun, 15 Feb 2026 14:48:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293189
--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Something wrong in this line:
${REINPLACE_CMD} -e
's/libraries/${PACKAGE_PREFIX_DIR}\share\/MaterialX\/stdlib/g' \
${STAGEDIR}${PREFIX}/lib/cmake/MaterialX/MaterialXConfig.cmake
Maybe you mean:
${REINPLACE_CMD} -e
's|libraries/${PACKAGE_PREFIX_DIR}|share/MaterialX/stdlib|g'
?
--
You are receiving this mail because:
You are the assignee for the bug.