Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Sat, 06 Oct 2018 20:42:38
Message-Id: 1538858547.72d09561d949c78a36452b670284d9fdcdd2985c.alonbl@gentoo
1 commit: 72d09561d949c78a36452b670284d9fdcdd2985c
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 20:42:08 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:42:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72d09561
7
8 app-crypt/pinentry: support cross compile of fltk
9
10 provided the fltk-config will support cross compile.
11
12 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 app-crypt/pinentry/pinentry-1.1.0-r3.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
19 index 0628c073c11..82e3443aa1b 100644
20 --- a/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
21 +++ b/app-crypt/pinentry/pinentry-1.1.0-r3.ebuild
22 @@ -73,6 +73,7 @@ src_configure() {
23 $(use_enable qt5 pinentry-qt) \
24 $(use_with caps libcap) \
25 --enable-pinentry-tty \
26 + FLTK_CONFIG="${EROOT}/usr/bin/fltk-config" \
27 MOC="$(qt5_get_bindir)"/moc \
28 $(./configure --help | grep -- --with-.*-prefix | sed -e 's/prefix.*/prefix/' -e "s#\$#=${EROOT}/usr#")
29 }