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-ah
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
202 B
Plaintext

--- src/build.orig Mon Jan 24 10:12:31 1994
+++ src/build Sun Dec 12 16:29:08 1999
@@ -22,7 +22,7 @@
SHELL=/bin/sh
-CC= ${cc-cc}
+CC?= cc
CFLAGS= $cflags
LDFLAGS= $ldflags
LINTFLAGS= $lintflags