diff options
author | kris <kris@FreeBSD.org> | 2000-01-23 01:06:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-23 01:06:35 +0000 |
commit | 00611aa283c74d1c5d232116b93e295e2b907875 (patch) | |
tree | 9d62b76bacc11566b8b8b20434045db9d4fab2f8 /archivers/zip/files | |
parent | 433046844e46f29750444b3d8b33fcea9bf2eed1 (diff) | |
download | FreeBSD-ports-00611aa283c74d1c5d232116b93e295e2b907875.zip FreeBSD-ports-00611aa283c74d1c5d232116b93e295e2b907875.tar.gz |
Respect CC
Diffstat (limited to 'archivers/zip/files')
-rw-r--r-- | archivers/zip/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/zip/files/patch-ab b/archivers/zip/files/patch-ab new file mode 100644 index 0000000..1002aa1 --- /dev/null +++ b/archivers/zip/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 = |