diff options
author | 2021-04-19 09:19:06 +0100 | |
---|---|---|
committer | 2021-04-19 20:11:09 +0100 | |
commit | 87af2cef04225bf0ec5ec932892290caac13ff8e (patch) | |
tree | b3ecacc03759bffcb3e1399abf875c30f8cb3403 /x11-misc/chgres/chgres-0.1-r2.ebuild | |
parent | sys-fs/mhddfs: respect PKG_CONFIG (diff) | |
download | gentoo-87af2cef04225bf0ec5ec932892290caac13ff8e.tar.gz gentoo-87af2cef04225bf0ec5ec932892290caac13ff8e.tar.bz2 gentoo-87af2cef04225bf0ec5ec932892290caac13ff8e.zip |
x11-misc/chgres: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/chgres/chgres-0.1-r2.ebuild')
-rw-r--r-- | x11-misc/chgres/chgres-0.1-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/chgres/chgres-0.1-r2.ebuild b/x11-misc/chgres/chgres-0.1-r2.ebuild index af5228d50ea5..34ce121d6578 100644 --- a/x11-misc/chgres/chgres-0.1-r2.ebuild +++ b/x11-misc/chgres/chgres-0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,13 +19,15 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86vm" DEPEND="${RDEPEND} - x11-base/xorg-proto" + x11-base/xorg-proto + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${P}-{flags,includes}.patch ) src_prepare() { default - tc-export CC + tc-export CC PKG_CONFIG } src_install() { |