diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2023-05-03 18:14:18 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 23:23:19 +0100 |
commit | 86a9526ce8490c8689d8dad8c5c82a2f903e8ffa (patch) | |
tree | ad7c0d5b98d54dae85c2f499926c1e54372ff3a7 /sci-libs/vtk/vtk-9.2.5.ebuild | |
parent | sys-apps/less: add 633 (diff) | |
download | gentoo-86a9526ce8490c8689d8dad8c5c82a2f903e8ffa.tar.gz gentoo-86a9526ce8490c8689d8dad8c5c82a2f903e8ffa.tar.bz2 gentoo-86a9526ce8490c8689d8dad8c5c82a2f903e8ffa.zip |
sci-libs/vtk: fix build with gcc-13
add upstream patch with gcc-13 related fixes
Closes: https://bugs.gentoo.org/905387
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/30859
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/vtk/vtk-9.2.5.ebuild')
-rw-r--r-- | sci-libs/vtk/vtk-9.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/vtk/vtk-9.2.5.ebuild b/sci-libs/vtk/vtk-9.2.5.ebuild index e4fc6333d5f8..23a48458dd3a 100644 --- a/sci-libs/vtk/vtk-9.2.5.ebuild +++ b/sci-libs/vtk/vtk-9.2.5.ebuild @@ -162,8 +162,8 @@ PATCHES=( "${FILESDIR}"/${PN}-9.2.2-VTKm-respect-user-CXXFLAGS.patch "${FILESDIR}"/${PN}-9.2.2-link-with-glut-library-for-freeglut.patch "${FILESDIR}"/${PN}-9.2.5-Add-include-cstdint-to-compile-with-gcc-13.patch - "${FILESDIR}"/${PN}-9.2.5-Add-include-cstdint-for-gcc-13.patch "${FILESDIR}"/${PN}-9.2.5-Fix-compilation-error-with-CUDA-12.patch + "${FILESDIR}"/${PN}-9.2.5-More-include-cstdint-to-compile-with-gcc13.patch ) DOCS=( CONTRIBUTING.md README.md ) |