summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-10-06 23:42:08 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-10-06 23:42:27 +0300
commit72d09561d949c78a36452b670284d9fdcdd2985c (patch)
tree95c1914bd9295b11b444b94bb695887c3a734745 /app-crypt/pinentry
parentapp-crypt/acme: cleanup 0.24.0 and 0.26.0 (diff)
downloadgentoo-72d09561d949c78a36452b670284d9fdcdd2985c.tar.gz
gentoo-72d09561d949c78a36452b670284d9fdcdd2985c.tar.bz2
gentoo-72d09561d949c78a36452b670284d9fdcdd2985c.zip
app-crypt/pinentry: support cross compile of fltk
provided the fltk-config will support cross compile. Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r--app-crypt/pinentry/pinentry-1.1.0-r3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
index 0628c073c110..82e3443aa1b3 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#")
}