summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-23 01:06:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-23 01:06:35 +0000
commitaa2d37a6b9c7ff175761b41b50965ba3ed21bac9 (patch)
tree68ff24a0c9ef28daf5a2ca409229104127a623a1 /archivers/zip
parentChange NO_PACKAGE to NO_CDROM. Thomas Biskup (author) confirms that it's (diff)
Respect CC
Notes
Notes: svn path=/head/; revision=24960
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/files/patch-ab11
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 =