diff options
author | Sam James <sam@gentoo.org> | 2023-02-06 22:03:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-06 22:03:48 +0000 |
commit | 5a28bd967d8a385702969116e6a9d6aa47be6644 (patch) | |
tree | 57ab0d942397a7bafbc2569f2b507055578266ce /sys-fs/ext3grep/files | |
parent | games-arcade/berusky: fix build w/ gcc 12 (diff) | |
download | gentoo-5a28bd967d8a385702969116e6a9d6aa47be6644.tar.gz gentoo-5a28bd967d8a385702969116e6a9d6aa47be6644.tar.bz2 gentoo-5a28bd967d8a385702969116e6a9d6aa47be6644.zip |
sys-fs/ext3grep: EAPI 8, fix build w/ gcc 12
Closes: https://bugs.gentoo.org/890987
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/ext3grep/files')
-rw-r--r-- | sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch b/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch new file mode 100644 index 000000000000..34e60b00a659 --- /dev/null +++ b/sys-fs/ext3grep/files/ext3grep-0.10.2-missing-cassert-include.patch @@ -0,0 +1,11 @@ +https://bugs.gentoo.org/890987 +--- a/src/custom.cc ++++ b/src/custom.cc +@@ -44,6 +44,7 @@ + #include "init_consts.h" + #include "print_inode_to.h" + #include <sys/time.h> ++#include <cassert> + #include <cstring> + #include <ctime> + |