Skip to content

Commit

Permalink
sys-libs/gpm: build with -std=gnu17
Browse files Browse the repository at this point in the history
Bug: telmich/gpm#48
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam authored and cfuga committed Nov 21, 2024
1 parent b053a6a commit bc40e97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys-libs/gpm/gpm-1.20.7-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ src_prepare() {
}

multilib_src_configure() {
# https://github.com/telmich/gpm/issues/48
append-cflags -std=gnu17

# bug #885323
# src/headers/daemon.h:175:25: error: type of ‘cinfo’ does not match original declaration [-Werror=lto-type-mismatch]
filter-lto
Expand Down

0 comments on commit bc40e97

Please sign in to comment.