summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-20 11:39:40 +0000
committerSam James <sam@gentoo.org>2021-04-20 11:50:38 +0000
commit5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d (patch)
tree0e4f6231995193cea18cfaa210afce8dc73840dd /dev-util/dropwatch
parentapp-admin/keepass: force LANG=C (diff)
downloadgentoo-5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d.tar.gz
gentoo-5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d.tar.bz2
gentoo-5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d.zip
dev-util/dropwatch: export PKG_CONFIG
Closes: https://bugs.gentoo.org/784299 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/dropwatch')
-rw-r--r--dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
index f4d2002b7f7b..2ed2cddf6d88 100644
--- a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
+++ b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,6 +27,7 @@ PATCHES=(
)
src_compile() {
+ tc-export PKG_CONFIG
emake CC="$(tc-getCC)" -C src
}