1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/elk/files/patch-ai
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
207 B
Plaintext

--- lib/misc/build.orig Thu Jul 27 07:22:40 1995
+++ lib/misc/build Sun Dec 12 16:29:08 1999
@@ -15,7 +15,7 @@
SHELL=/bin/sh
-CC= ${cc-cc}
+CC?= cc
CFLAGS= $cflags $obj_cflags
LINTFLAGS= $lintflags