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 4D7FD1382C5 for ; Wed, 30 Dec 2020 11:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B04E0B66; Wed, 30 Dec 2020 11:10:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72F23E0B66 for ; Wed, 30 Dec 2020 11:10:04 +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 5325033BF1A for ; Wed, 30 Dec 2020 11:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C30C9C3 for ; Wed, 30 Dec 2020 11:10:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1609326593.e458d657f6e8c4b4e6570eb5fc145ec1494efce4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild X-VCS-Directories: net-print/cndrvcups-common-lb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e458d657f6e8c4b4e6570eb5fc145ec1494efce4 X-VCS-Branch: master Date: Wed, 30 Dec 2020 11:10:00 +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: cb439504-0ae9-4b16-b6bf-ff69c0b500dc X-Archives-Hash: 313a08f21a8959eda1161410f738220f commit: e458d657f6e8c4b4e6570eb5fc145ec1494efce4 Author: Jakov Smolic sartura hr> AuthorDate: Wed Dec 30 11:09:53 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Dec 30 11:09:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e458d657 net-print/cndrvcups-common-lb: Respect CC Closes: https://github.com/gentoo/gentoo/pull/18878 Closes: https://bugs.gentoo.org/762595 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild index 03e2dcc952f..41880207f32 100644 --- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild +++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild @@ -64,6 +64,8 @@ src_prepare() { "s:backenddir = \$(libdir)/cups/backend:backenddir = `cups-config --serverbin`/backend:" \ backend/Makefile.am || die + sed -i -e "s@CC=gcc@CC=$(tc-getCC)@" c3plmod_ipc/Makefile || die + export "LIBS=-lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0" change_dir mv configure.in configure.ac change_dir sed -i -e 's/configure.in/configure.ac/' configure.ac