1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/dzen2/files/patch-config.mk
Niclas Zeising 9142267090 Don't hardcode the use of gcc.
PR:		ports/180384
Submitted by:	zeising
Approved by:	Maintainer timeout (one month)
2013-08-07 23:36:35 +00:00

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}