Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Sun, 31 Oct 2021 08:40:05
Message-Id: 1635669588.42f31d298729f4d6de3bb4b35066eb3eaf611d06.sam@gentoo
1 commit: 42f31d298729f4d6de3bb4b35066eb3eaf611d06
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 08:39:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 08:39:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f31d29
7
8 media-gfx/openvdb: add comment to sed
9
10 Bug: https://bugs.gentoo.org/820929
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/openvdb/openvdb-9.0.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/media-gfx/openvdb/openvdb-9.0.0.ebuild b/media-gfx/openvdb/openvdb-9.0.0.ebuild
17 index 544a8c4710a..d627581ff6c 100644
18 --- a/media-gfx/openvdb/openvdb-9.0.0.ebuild
19 +++ b/media-gfx/openvdb/openvdb-9.0.0.ebuild
20 @@ -72,6 +72,8 @@ pkg_setup() {
21 }
22
23 src_prepare() {
24 + # Make sure we find our renamed Imath headers
25 + # bug #820929
26 sed -i -e 's:#include <Imath/half.h>:#include <Imath-3/half.h>:' openvdb/openvdb/Types.h || die
27
28 cmake_src_prepare