summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 08:58:36 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:10:44 +0100
commit1e3cbc2e503cda3dd5907bff9987a51305700efe (patch)
treed1346fde455f02ebf3e1f9a1260b2cb4ba3dfead /app-text/llpp/llpp-33.ebuild
parentapp-misc/wcd: respect PKG_CONFIG and depend on pkgconfig (diff)
downloadgentoo-1e3cbc2e503cda3dd5907bff9987a51305700efe.tar.gz
gentoo-1e3cbc2e503cda3dd5907bff9987a51305700efe.tar.bz2
gentoo-1e3cbc2e503cda3dd5907bff9987a51305700efe.zip
app-text/llpp: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/llpp/llpp-33.ebuild')
-rw-r--r--app-text/llpp/llpp-33.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/llpp/llpp-33.ebuild b/app-text/llpp/llpp-33.ebuild
index d8c83ada0750..f4c105ef4d10 100644
--- a/app-text/llpp/llpp-33.ebuild
+++ b/app-text/llpp/llpp-33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -51,6 +51,7 @@ src_prepare() {
}
src_compile() {
+ tc-export PKG_CONFIG
emake -j1 VERSION=${PV} CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)"
}