svn commit: r327618 - head/devel/delta/files

Eitan Adler eadler at FreeBSD.org
Thu Sep 19 13:42:06 UTC 2013


Author: eadler
Date: Thu Sep 19 13:42:05 2013
New Revision: 327618
URL: http://svnweb.freebsd.org/changeset/ports/327618

Log:
  Add patch to respect CC

Added:
  head/devel/delta/files/
  head/devel/delta/files/patch-Build.mk   (contents, props changed)

Added: head/devel/delta/files/patch-Build.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/delta/files/patch-Build.mk	Thu Sep 19 13:42:05 2013	(r327618)
@@ -0,0 +1,9 @@
+--- ./Build.mk.orig	2013-09-19 09:41:07.282741683 -0400
++++ ./Build.mk	2013-09-19 09:41:14.007747039 -0400
+@@ -1,6 +1,5 @@
+ # see License.txt for copyright and terms of use
+ 
+-CC := gcc
+ CFLAGS := -Wall
+ # CFLAGS += -g
+ FLEX := flex


More information about the svn-ports-all mailing list