From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/amdvlk/, media-libs/amdvlk/files/
Date: Sun, 13 Oct 2024 00:09:15 +0000 (UTC) [thread overview]
Message-ID: <1728760076.472c7020a538f7a335076db01f60861eec4aae68.davidroman@gentoo> (raw)
Message-ID: <20241013000915.H2qxCfH9J_5g0ObmFt04nbLFwpwgIO1NZ6E4nqSJI4w@z> (raw)
commit: 472c7020a538f7a335076db01f60861eec4aae68
Author: Username404-59 <w.iron.zombie <AT> gmail <DOT> com>
AuthorDate: Fri Oct 11 19:25:38 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct 12 19:07:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=472c7020
media-libs/amdvlk: add patch to fix possible build failure
Signed-off-by: Username404-59 <w.iron.zombie <AT> gmail.com>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
media-libs/amdvlk/amdvlk-2024.3.3.ebuild | 1 +
media-libs/amdvlk/files/amdvlk-2024.3.3-fix-build.patch | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/media-libs/amdvlk/amdvlk-2024.3.3.ebuild b/media-libs/amdvlk/amdvlk-2024.3.3.ebuild
index e36d4bb20..7d5fc13e0 100644
--- a/media-libs/amdvlk/amdvlk-2024.3.3.ebuild
+++ b/media-libs/amdvlk/amdvlk-2024.3.3.ebuild
@@ -77,6 +77,7 @@ PATCHES=(
#"${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations.patch"
#"${FILESDIR}/amdvlk-2022.4.2-reduced-llvm-installations-part2.patch"
"${FILESDIR}/amdvlk-2024.3.1-disable-Werror.patch"
+ "${FILESDIR}/amdvlk-2024.3.3-fix-build.patch"
)
pkg_pretend(){
diff --git a/media-libs/amdvlk/files/amdvlk-2024.3.3-fix-build.patch b/media-libs/amdvlk/files/amdvlk-2024.3.3-fix-build.patch
new file mode 100644
index 000000000..9aa3b4d5c
--- /dev/null
+++ b/media-libs/amdvlk/files/amdvlk-2024.3.3-fix-build.patch
@@ -0,0 +1,13 @@
+diff --git a/pal/shared/devdriver/shared/legacy/inc/util/queue.h b/pal/shared/devdriver/shared/legacy/inc/util/queue.h
+index 95421760..926e6c89 100644
+--- a/pal/shared/devdriver/shared/legacy/inc/util/queue.h
++++ b/pal/shared/devdriver/shared/legacy/inc/util/queue.h
+@@ -368,7 +368,7 @@ namespace DevDriver
+
+ // Private copy constructor to prevent implicit copies
+ Queue(const Queue& rhs)
+- : Queue(rhs.allocCb)
++ : Queue(rhs.m_allocCb)
+ {
+ GrowBlocks(rhs.m_numBlocks);
+ for (int i = 0; i < rhs.m_size; i++)
next reply other threads:[~2024-10-13 0:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-12 19:08 David Roman [this message]
2024-10-13 0:09 ` [gentoo-commits] repo/proj/guru:master commit in: media-libs/amdvlk/, media-libs/amdvlk/files/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-08-13 19:52 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/files/, media-libs/amdvlk/ David Roman
2024-01-16 22:16 YOSHIOKA Takuma
2022-11-16 17:03 Denis Reva
2022-10-27 9:24 Denis Reva
2022-10-12 8:44 Denis Reva
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1728760076.472c7020a538f7a335076db01f60861eec4aae68.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox