diff options
author | 2022-05-07 15:13:13 +0200 | |
---|---|---|
committer | 2022-05-07 15:13:13 +0200 | |
commit | 1f20252245bf55c15c8664783024d06c1eaf6c6a (patch) | |
tree | 04520e4f0155100daac39fefc42410b1faadd15d /sci-biology/STAR/STAR-2.7.10a.ebuild | |
parent | sys-devel/gcc: drop 6.5.0-r4, 7.5.0-r2 (diff) | |
download | gentoo-1f20252245bf55c15c8664783024d06c1eaf6c6a.tar.gz gentoo-1f20252245bf55c15c8664783024d06c1eaf6c6a.tar.bz2 gentoo-1f20252245bf55c15c8664783024d06c1eaf6c6a.zip |
sci-biology/STAR: fix GCC 12 build
Closes: https://bugs.gentoo.org/840586
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology/STAR/STAR-2.7.10a.ebuild')
-rw-r--r-- | sci-biology/STAR/STAR-2.7.10a.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/STAR/STAR-2.7.10a.ebuild b/sci-biology/STAR/STAR-2.7.10a.ebuild index 7239efcfe45..c3deb5a94b0 100644 --- a/sci-biology/STAR/STAR-2.7.10a.ebuild +++ b/sci-biology/STAR/STAR-2.7.10a.ebuild @@ -17,7 +17,10 @@ RDEPEND="sci-libs/htslib:=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${PN}-2.7.10a-fix-build-system.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-2.7.10a-fix-build-system.patch + "${FILESDIR}"/${PN}-2.7.10a-missing-include.patch +) DOCS=( README.md CHANGES.md RELEASEnotes.md doc/STARmanual.pdf ) pkg_pretend() { |