mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Joonas Niilola
parent
3d867e5b5a
commit
13368eee2b
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user