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

Closes: https://bugs.gentoo.org/936540
Signed-off-by: Christopher Bayliss <cjbdev@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/37695
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Christopher Bayliss
2024-07-24 10:20:09 +10:00
committed by Joonas Niilola
parent 3d867e5b5a
commit 13368eee2b

View File

@@ -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
}