Skip to content

Commit

Permalink
app-accessibility/epos: pass -fno-delete-null-pointer-checks
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Jun 25, 2024
1 parent 45c2367 commit 3690613
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3690613

Please sign in to comment.