From 13368eee2b613e770943ef2dbe0a971fd91f0c15 Mon Sep 17 00:00:00 2001 From: Christopher Bayliss Date: Wed, 24 Jul 2024 10:20:09 +1000 Subject: app-editors/kakoune: don't call c++ directly Closes: https://bugs.gentoo.org/936540 Signed-off-by: Christopher Bayliss Closes: https://github.com/gentoo/gentoo/pull/37695 Signed-off-by: Joonas Niilola --- app-editors/kakoune/kakoune-2024.05.18.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-editors') diff --git a/app-editors/kakoune/kakoune-2024.05.18.ebuild b/app-editors/kakoune/kakoune-2024.05.18.ebuild index d3549c05e6b3..c8c65578d7d3 100644 --- a/app-editors/kakoune/kakoune-2024.05.18.ebuild +++ b/app-editors/kakoune/kakoune-2024.05.18.ebuild @@ -17,6 +17,7 @@ BDEPEND="virtual/pkgconfig" src_prepare() { sed -i '/CXXFLAGS-debug-no = -O3 -g3/d' Makefile || die + sed -i '/CXX = c++/d' Makefile || die default } -- cgit v1.2.3-65-gdbad