mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
237 B
C
12 lines
237 B
C
--- src/default.c.orig 2020-01-03 07:11:27 UTC
|
|
+++ src/default.c
|
|
@@ -530,7 +530,7 @@ static const char *default_variables[] =
|
|
"OBJC", "gcc",
|
|
#else
|
|
"CC", "cc",
|
|
- "CXX", "g++",
|
|
+ "CXX", "c++",
|
|
"OBJC", "cc",
|
|
#endif
|
|
|