summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 08:57:39 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:10:43 +0100
commit8d81d82ef380e23cc0552c589b3c144935176dbd (patch)
tree0ac8fc95b15b5dc1e5f181b343094b3c426db59b /app-misc/wcd/wcd-5.3.4.ebuild
parentapp-misc/dvorak7min: respect PKG_CONFIG (diff)
downloadgentoo-8d81d82ef380e23cc0552c589b3c144935176dbd.tar.gz
gentoo-8d81d82ef380e23cc0552c589b3c144935176dbd.tar.bz2
gentoo-8d81d82ef380e23cc0552c589b3c144935176dbd.zip
app-misc/wcd: respect PKG_CONFIG and depend on pkgconfig
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/wcd/wcd-5.3.4.ebuild')
-rw-r--r--app-misc/wcd/wcd-5.3.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/wcd/wcd-5.3.4.ebuild b/app-misc/wcd/wcd-5.3.4.ebuild
index 413bbec8c181..b6b5ada63e42 100644
--- a/app-misc/wcd/wcd-5.3.4.ebuild
+++ b/app-misc/wcd/wcd-5.3.4.ebuild
@@ -18,7 +18,9 @@ CDEPEND="
sys-libs/ncurses:0=[unicode?]
unicode? ( dev-libs/libunistring )"
DEPEND="${CDEPEND}
- app-text/ghostscript-gpl"
+ app-text/ghostscript-gpl
+ virtual/pkgconfig
+"
RDEPEND="${CDEPEND}"
S="${WORKDIR}"/${P}/src
@@ -32,7 +34,7 @@ src_prepare() {
pushd .. &>/dev/null || die
default
popd &>/dev/null || die
- tc-export CC
+ tc-export CC PKG_CONFIG
}
src_compile() {