From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BE5613835A for ; Tue, 13 Apr 2021 00:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7E8FE0BB5; Tue, 13 Apr 2021 00:26:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F046E0BB5 for ; Tue, 13 Apr 2021 00:26:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85807335D07 for ; Tue, 13 Apr 2021 00:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE8946EB for ; Tue, 13 Apr 2021 00:26:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618273580.bdbbc925a30ffa4cf719b2532ffdbf7070a42209.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/horgand/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/horgand/horgand-1.14-r2.ebuild X-VCS-Directories: media-sound/horgand/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bdbbc925a30ffa4cf719b2532ffdbf7070a42209 X-VCS-Branch: master Date: Tue, 13 Apr 2021 00:26:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5cde808d-acd2-43fd-a4aa-9d56a866f2c8 X-Archives-Hash: b8881e6a067d6de89e6595dd16c2ded7 commit: bdbbc925a30ffa4cf719b2532ffdbf7070a42209 Author: Sam James gentoo org> AuthorDate: Wed Apr 7 05:13:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 13 00:26:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbbc925 media-sound/horgand: call pkg-config via toolchain-funcs.eclass helper This ensures we call the correct pkg-config in e.g. cross. Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-sound/horgand/horgand-1.14-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/horgand/horgand-1.14-r2.ebuild b/media-sound/horgand/horgand-1.14-r2.ebuild index 2de59fda12c..6506e49d4be 100644 --- a/media-sound/horgand/horgand-1.14-r2.ebuild +++ b/media-sound/horgand/horgand-1.14-r2.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 @@ -28,7 +28,7 @@ PATCHES=( "${FILESDIR}/${P}-overflow.patch" ) src_compile() { emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} $(fltk-config --cxxflags) \ - $(pkg-config --cflags jack) $(pkg-config --cflags sndfile)" + $($(tc-getPKG_CONFIG) --cflags jack) $($(tc-getPKG_CONFIG) --cflags sndfile)" } src_install() {