Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
189 B
Diff
7 lines
189 B
Diff
--- conf-ld.orig 2014-07-27 23:12:53.000000000 +0200
|
|
+++ conf-ld 2014-07-27 23:13:03.000000000 +0200
|
|
@@ -1,3 +1,3 @@
|
|
-gcc -s
|
|
+cc -s
|
|
|
|
This will be used to link .o files into an executable.
|