commit:     13368eee2b613e770943ef2dbe0a971fd91f0c15
Author:     Christopher Bayliss <cjbdev <AT> icloud <DOT> com>
AuthorDate: Wed Jul 24 00:20:09 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 06:27:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13368eee

app-editors/kakoune: don't call c++ directly

Closes: https://bugs.gentoo.org/936540
Signed-off-by: Christopher Bayliss <cjbdev <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/37695
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/kakoune/kakoune-2024.05.18.ebuild | 1 +
 1 file changed, 1 insertion(+)

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
 }
 

Reply via email to