Skip to content

Commit

Permalink
app-misc/vifm: Add glibc sysmacros.
Browse files Browse the repository at this point in the history
Fixes bug #581020

Package-Manager: portage-2.2.26
  • Loading branch information
José María Alonso Josa committed Apr 28, 2016
1 parent 96d3be4 commit daa9a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-misc/vifm/vifm-0.8.1a.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RDEPEND="
DOCS="AUTHORS FAQ NEWS README TODO"

src_prepare() {
sed -i -e '/stat.h/a#include <sys/sysmacros.h>' "${S}/src/modes/file_info.c" \
|| die
eautoreconf
}

Expand Down

0 comments on commit daa9a0b

Please sign in to comment.