Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wiggle/
Date: Sun, 25 Apr 2021 15:55:11
Message-Id: 1619366083.2a894e9a3ce5a8c9140d72b56dc8b13380618ae7.sam@gentoo
1 commit: 2a894e9a3ce5a8c9140d72b56dc8b13380618ae7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 15:54:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 15:54:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a894e9a
7
8 dev-util/wiggle: add PKG_CONFIG export
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/wiggle/wiggle-1.0.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild
16 index 670adede2e0..371ab4e892f 100644
17 --- a/dev-util/wiggle/wiggle-1.0.ebuild
18 +++ b/dev-util/wiggle/wiggle-1.0.ebuild
19 @@ -50,6 +50,8 @@ src_prepare() {
20 }
21
22 src_compile() {
23 + tc-export PKG_CONFIG
24 +
25 emake CC="$(tc-getCC)" ${PN}
26 }