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:
parent
e70aeedb07
commit
9142267090
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324372
9
x11/dzen2/files/patch-config.mk
Normal file
9
x11/dzen2/files/patch-config.mk
Normal 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}
|
Loading…
Reference in New Issue
Block a user