diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-23 01:06:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-23 01:06:35 +0000 |
commit | aa2d37a6b9c7ff175761b41b50965ba3ed21bac9 (patch) | |
tree | 68ff24a0c9ef28daf5a2ca409229104127a623a1 /archivers | |
parent | ca47feacb18616c09c8a48c47262ef5921c1a8f2 (diff) | |
download | ports-aa2d37a6b9c7ff175761b41b50965ba3ed21bac9.tar.gz ports-aa2d37a6b9c7ff175761b41b50965ba3ed21bac9.zip |
Notes
Diffstat (limited to 'archivers')
-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 000000000000..1002aa1d9b8d --- /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 = |