1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11/dzen2/files/patch-config.mk
John Marino dd0250f5b0 x11/dzen2: gadgets and docs support
* Can build and install gadgets optionally
  * Install docs
  * minor fixes
  * Reset maintainer (two timeouts, not heard from since 2008)

PR:		191128
Submitted by:	Zsolt Udvari
2014-07-27 01:29:03 +00:00

10 lines
207 B
Makefile

--- ./config.mk.orig 2007-08-18 08:18:50.000000000 +0200
+++ ./config.mk 2014-06-17 14:58:37.000000000 +0200
@@ -49,5 +49,5 @@
#LDFLAGS = -g ${LIBS}
# compiler and linker
-CC = gcc
+CC ?= cc
LD = ${CC}