summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Bayliss <cjbdev@icloud.com>2024-07-24 10:20:09 +1000
committerJoonas Niilola <juippis@gentoo.org>2024-07-24 09:27:36 +0300
commit13368eee2b613e770943ef2dbe0a971fd91f0c15 (patch)
treee5b58aaa741611f9d81255c2ed73f13e876aa658 /app-editors
parentdev-ruby/sus-fixtures-async: add 0.1.4 (diff)
downloadgentoo-13368eee2b613e770943ef2dbe0a971fd91f0c15.tar.gz
gentoo-13368eee2b613e770943ef2dbe0a971fd91f0c15.tar.bz2
gentoo-13368eee2b613e770943ef2dbe0a971fd91f0c15.zip
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>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/kakoune/kakoune-2024.05.18.ebuild1
1 files changed, 1 insertions, 0 deletions
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
}