Skip to content

Commit

Permalink
app-text/xdvik: Honour SYSROOT to fix cross compilation.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jun 21, 2017
1 parent a583c4b commit 6604852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-text/xdvik/xdvik-22.87.03.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ src_configure() {
--with-system-kpathsea \
--with-kpathsea-include="${EPREFIX}"/usr/include/kpathsea \
--with-xdvi-x-toolkit="${toolkit}" \
--x-includes="${EPREFIX}"/usr/include \
--x-libraries="${EPREFIX}"/usr/$(get_libdir)
--x-includes="${SYSROOT}${EPREFIX}"/usr/include \
--x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
}

src_compile() {
Expand Down

0 comments on commit 6604852

Please sign in to comment.