Skip to content

Commit

Permalink
app-editors/vis: Add -fcommon
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/716312
Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
lanodan authored and juippis committed Jun 6, 2020
1 parent 1c0787a commit b015f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-editors/vis/vis-0.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ src_prepare() {
}

src_configure() {
export CFLAGS="$CFLAGS -fcommon" # https://github.com/martanne/vis-test/issues/21

./configure \
--prefix="${EPREFIX}"/usr \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
Expand Down

0 comments on commit b015f55

Please sign in to comment.