Skip to content

Commit

Permalink
net-misc/netkit-telnetd: fix build when /bin/sh->dash
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Aug 12, 2015
1 parent 5696250 commit 444fe3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions net-misc/netkit-telnetd/netkit-telnetd-0.17-r10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ src_prepare() {
# gnu source. This is needed for gcc-3.4.x (needs to be pushed
# back to the deb folk?)
epatch "${FILESDIR}"/netkit-telnetd-0.17-cflags-gnu_source.patch

# Fix portability issues.
sed -i \
-e 's:echo -n:printf %s:' \
configure || die
}

src_configure() {
Expand Down

0 comments on commit 444fe3c

Please sign in to comment.