svn commit: r324372 - head/x11/dzen2/files
Niclas Zeising
zeising at FreeBSD.org
Wed Aug 7 23:36:35 UTC 2013
Author: zeising
Date: Wed Aug 7 23:36:35 2013
New Revision: 324372
URL: http://svnweb.freebsd.org/changeset/ports/324372
Log:
Don't hardcode the use of gcc.
PR: ports/180384
Submitted by: zeising
Approved by: Maintainer timeout (one month)
Added:
head/x11/dzen2/files/
head/x11/dzen2/files/patch-config.mk (contents, props changed)
Added: head/x11/dzen2/files/patch-config.mk
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/dzen2/files/patch-config.mk Wed Aug 7 23:36:35 2013 (r324372)
@@ -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}
More information about the svn-ports-head
mailing list