1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Don't hardcode the use of gcc.

PR:		ports/180384
Submitted by:	zeising
Approved by:	Maintainer timeout (one month)
This commit is contained in:
Niclas Zeising 2013-08-07 23:36:35 +00:00
parent e70aeedb07
commit 9142267090
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324372

View File

@ -0,0 +1,9 @@
--- config.mk.orig 2013-07-03 22:32:45.866885213 +0200
+++ config.mk 2013-07-03 22:32:51.306100406 +0200
@@ -49,5 +49,5 @@
#LDFLAGS = -g ${LIBS}
# compiler and linker
-CC = gcc
+CC ?= cc
LD = ${CC}