commit: 72d09561d949c78a36452b670284d9fdcdd2985c Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Oct 6 20:42:08 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Oct 6 20:42:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d09561
app-crypt/pinentry: support cross compile of fltk provided the fltk-config will support cross compile. Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild index 0628c073c11..82e3443aa1b 100644 --- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild +++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild @@ -73,6 +73,7 @@ src_configure() { $(use_enable qt5 pinentry-qt) \ $(use_with caps libcap) \ --enable-pinentry-tty \ + FLTK_CONFIG="${EROOT}/usr/bin/fltk-config" \ MOC="$(qt5_get_bindir)"/moc \ $(./configure --help | grep -- --with-.*-prefix | sed -e 's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#") }