mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9142267090
PR: ports/180384 Submitted by: zeising Approved by: Maintainer timeout (one month)
10 lines
203 B
Makefile
10 lines
203 B
Makefile
--- 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}
|