From 713cd063254e5e18355435b8e0576e73dff5ab48 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 24 Jan 2022 22:19:50 +0100 Subject: app-arch/lunzip: Fix CC/CFLAGS overrides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/831993 Signed-off-by: Michał Górny --- app-arch/lunzip/lunzip-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-arch') diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild index 5c5c0ab1b983..4f7d48dab0be 100644 --- a/app-arch/lunzip/lunzip-1.13.ebuild +++ b/app-arch/lunzip/lunzip-1.13.ebuild @@ -17,9 +17,9 @@ src_configure() { # not autotools-based local myconf=( --prefix="${EPREFIX}"/usr - CXX="$(tc-getCXX)" + CC="$(tc-getCC)" CPPFLAGS="${CPPFLAGS}" - CXXFLAGS="${CXXFLAGS}" + CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ) -- cgit v1.2.3-65-gdbad