--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/sys-fs/dosfstools/dosfstools-3.0.28.ebuild +++ b/sys-fs/dosfstools/dosfstools-3.0.28.ebuild @@ -18,6 +18,7 @@ IUSE="" RESTRICT="test" # there is no test target #239071 src_prepare() { + epatch "${FILESDIR}"/${P}-uint.patch sed -i \ -e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \ -e '/^OPTFLAGS/d' \ @@ -25,5 +26,6 @@ src_prepare() { -e "/\$(DOCDIR)/s:${PN}:${PF}:" \ Makefile || die append-lfs-flags + append-cppflags -D_GNU_SOURCE tc-export CC }