Do not set CC to "gcc" in Makefile.
This commit is contained in:
parent
c9483927cd
commit
47a38d14b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334532
13
sysutils/symlinks/files/patch-Makefile
Normal file
13
sysutils/symlinks/files/patch-Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -1,7 +1,5 @@
|
||||
# Makefile for symlinks
|
||||
|
||||
-CC = gcc
|
||||
-
|
||||
all: symlinks
|
||||
|
||||
symlinks: symlinks.c
|
Loading…
Reference in New Issue
Block a user