Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
263 B
Diff
7 lines
263 B
Diff
--- conf-cc.orig 2014-07-27 23:11:57.000000000 +0200
|
|
+++ conf-cc 2014-07-27 23:12:04.000000000 +0200
|
|
@@ -1,3 +1,3 @@
|
|
-gcc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
|
|
+cc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
|
|
|
|
This will be used to compile .c files.
|