commit: 42f31d298729f4d6de3bb4b35066eb3eaf611d06 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 31 08:39:48 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 08:39:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f31d29
media-gfx/openvdb: add comment to sed Bug: https://bugs.gentoo.org/820929 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild index 544a8c4710a..d627581ff6c 100644 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild @@ -72,6 +72,8 @@ pkg_setup() { } src_prepare() { + # Make sure we find our renamed Imath headers + # bug #820929 sed -i -e 's:#include <Imath/half.h>:#include <Imath-3/half.h>:' openvdb/openvdb/Types.h || die cmake_src_prepare
