diff --git a/sci-biology/augustus/augustus-3.5.0.ebuild b/sci-biology/augustus/augustus-3.5.0.ebuild index 01f8dbc426218..86b618fa12cac 100644 --- a/sci-biology/augustus/augustus-3.5.0.ebuild +++ b/sci-biology/augustus/augustus-3.5.0.ebuild @@ -44,6 +44,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/augustus-3.4.0-missing-cstdint.patch + "${FILESDIR}"/augustus-3.5.0-fix-gcc15.patch ) pkg_setup() { diff --git a/sci-biology/augustus/files/augustus-3.5.0-fix-gcc15.patch b/sci-biology/augustus/files/augustus-3.5.0-fix-gcc15.patch new file mode 100644 index 0000000000000..4c5916ad402f7 --- /dev/null +++ b/sci-biology/augustus/files/augustus-3.5.0-fix-gcc15.patch @@ -0,0 +1,20 @@ +https://bugs.gentoo.org/949617 +https://github.com/Gaius-Augustus/Augustus/pull/431 + +From b7cbe782e840c82da1eeb2aae7a1a757ecef9fb0 Mon Sep 17 00:00:00 2001 +From: Alfred Wingate +Date: Tue, 11 Feb 2025 14:57:23 +0200 +Subject: [PATCH] filterBam: include missing header for gcc15 + +Bug: https://bugs.gentoo.org/949617 +Signed-off-by: Alfred Wingate +--- a/auxprogs/filterBam/src/headers/bamaccess.hh ++++ b/auxprogs/filterBam/src/headers/bamaccess.hh +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + + class BamAlignmentRecord; + typedef std::shared_ptr BamAlignmentRecord_;