1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/archivers/zip/files/patch-ab
Kris Kennaway aa2d37a6b9 Respect CC
2000-01-23 01:06:35 +00:00

12 lines
229 B
Plaintext

--- unix/Makefile.orig Fri Oct 24 11:38:04 1997
+++ unix/Makefile Sat Jan 22 16:56:34 2000
@@ -16,7 +16,7 @@
LN = ln -s
# (to use the Gnu compiler, change cc to gcc in CC)
-CC = cc
+CC ?= cc
BIND = $(CC)
AS = $(CC) -c
E =