Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/lang/colm/files/patch-src_main.cc
16461 views
1
- use cc as compiler
2
3
--- src/main.cc.orig 2022-11-25 08:45:12 UTC
4
+++ src/main.cc
5
@@ -446,7 +446,7 @@ void compileOutput()
6
{
7
const char *compiler = getenv( "CC" );
8
if ( compiler == 0 )
9
- compiler = "gcc";
10
+ compiler = "cc";
11
12
const char *cflags = getenv( "CFLAGS" );
13
if ( cflags == 0 )
14
15