freebsd-ports/x11/dzen2/files/patch-gadgets__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

9 lines
219 B
Makefile

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