diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 08:05:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 08:06:05 +0100 |
commit | 36906132945b5acc3890065d41a0953c918b261d (patch) | |
tree | a53cdc130286904b57a88f0568453e39c4a896ce /app-accessibility | |
parent | sys-fs/bcachefs-tools: add 1.9.1, drop 1.9.0 (diff) | |
download | gentoo-36906132945b5acc3890065d41a0953c918b261d.tar.gz gentoo-36906132945b5acc3890065d41a0953c918b261d.tar.bz2 gentoo-36906132945b5acc3890065d41a0953c918b261d.zip |
app-accessibility/epos: pass -fno-delete-null-pointer-checks
I've no idea why the original fix didn't just get fixed up instead
of reverting it, but it is what it is.
Closes: https://bugs.gentoo.org/649858
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/epos/epos-2.5.37-r4.ebuild (renamed from app-accessibility/epos/epos-2.5.37-r3.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild b/app-accessibility/epos/epos-2.5.37-r4.ebuild index a25f239234a6..33aedd1f8897 100644 --- a/app-accessibility/epos/epos-2.5.37-r3.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r4.ebuild @@ -33,6 +33,9 @@ src_prepare() { } src_configure() { + # bug #649858 + append-flags -fno-delete-null-pointer-checks + # Uses removed 'register' keyword, bug #894178 append-cxxflags -std=c++03 |