svn commit: r334532 - head/sysutils/symlinks/files

Jimmy Olgeni olgeni at FreeBSD.org
Thu Nov 21 22:37:25 UTC 2013


Author: olgeni
Date: Thu Nov 21 22:37:24 2013
New Revision: 334532
URL: http://svnweb.freebsd.org/changeset/ports/334532

Log:
  Do not set CC to "gcc" in Makefile.

Added:
  head/sysutils/symlinks/files/patch-Makefile   (contents, props changed)

Added: head/sysutils/symlinks/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/symlinks/files/patch-Makefile	Thu Nov 21 22:37:24 2013	(r334532)
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- Makefile.orig
++++ Makefile
+@@ -1,7 +1,5 @@
+ # Makefile for symlinks
+ 
+-CC = gcc
+- 
+ all: symlinks
+ 
+ symlinks: symlinks.c


More information about the svn-ports-head mailing list