summaryrefslogtreecommitdiff
path: root/lang/elk/files/patch-an
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-23 18:50:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-23 18:50:24 +0000
commita42efa82401dae1daf691189b455e33c7e94226c (patch)
tree60cf2bd492177d1d8d4b9958ab4a2b432c3c2e07 /lang/elk/files/patch-an
parentUpgrade to 2.2.5 (diff)
Allow the value of CC to be overridden.
PR: 15397 Submitted by: James Andariese <james@ja.ath.cx>
Diffstat (limited to '')
-rw-r--r--lang/elk/files/patch-an11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/elk/files/patch-an b/lang/elk/files/patch-an
new file mode 100644
index 000000000000..52245f1cf62c
--- /dev/null
+++ b/lang/elk/files/patch-an
@@ -0,0 +1,11 @@
+--- lib/xt/build.orig Tue Jul 18 06:21:52 1995
++++ lib/xt/build Sun Dec 12 16:29:08 1999
+@@ -7,7 +7,7 @@
+
+ SHELL=/bin/sh
+
+-CC= ${cc-cc}
++CC?= cc
+ CFLAGS= $cflags $obj_cflags
+ LINTFLAGS= $lintflags
+