freebsd-ports/lang/elk/files/patch-an
Steve Price a42efa8240 Allow the value of CC to be overridden.
PR:		15397
Submitted by:	James Andariese <james@ja.ath.cx>
1999-12-23 18:50:24 +00:00

12 lines
201 B
Plaintext

--- 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