summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Fan <alex.fan.q@gmail.com>2022-01-20 16:02:17 +1100
committerSam James <sam@gentoo.org>2022-01-20 12:30:58 +0000
commit675d894c36bfd854d8f7624912d34e9dd6ca7177 (patch)
tree6a8744483e381ba97f087e888b9332ceda5d9a60 /dev-cpp/tbb/tbb-2021.4.0.ebuild
parentdev-python/cython: Stabilize 0.29.26 ppc, #831546 (diff)
downloadgentoo-675d894c36bfd854d8f7624912d34e9dd6ca7177.tar.gz
gentoo-675d894c36bfd854d8f7624912d34e9dd6ca7177.tar.bz2
gentoo-675d894c36bfd854d8f7624912d34e9dd6ca7177.zip
dev-cpp/tbb: fix undefined __TBB_machine_fetchadd4
Closes: https://bugs.gentoo.org/827883 Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23878 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/tbb/tbb-2021.4.0.ebuild')
-rw-r--r--dev-cpp/tbb/tbb-2021.4.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-cpp/tbb/tbb-2021.4.0.ebuild b/dev-cpp/tbb/tbb-2021.4.0.ebuild
index 930bcd958708..ff94b74527c2 100644
--- a/dev-cpp/tbb/tbb-2021.4.0.ebuild
+++ b/dev-cpp/tbb/tbb-2021.4.0.ebuild
@@ -24,6 +24,8 @@ BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-lto.patch
+ # bug 827883
+ "${FILESDIR}"/${P}-missing-TBB_machine_fetchadd4.patch
)
src_configure() {