gentoo-ebuilds/dev-build/make/files/make-4.4-default-cxx.patch
Michał Górny 7ef71dd2f0
Move {sys-devel → dev-build}/make
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-13 18:53:16 +01:00

11 lines
278 B
Diff

--- a/src/default.c
+++ b/src/default.c
@@ -542,7 +542,7 @@ static const char *default_variables[] =
"CXX", "gcc",
# endif /* __MSDOS__ */
# else
- "CXX", "g++",
+ "CXX", "c++",
# endif
#endif
/* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,