mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a42efa8240
PR: 15397 Submitted by: James Andariese <james@ja.ath.cx>
12 lines
202 B
Plaintext
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
|