summaryrefslogtreecommitdiff
path: root/archivers/unzip/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-07-16 08:56:34 +0000
committergrant <grant@pkgsrc.org>2002-07-16 08:56:34 +0000
commit5cf1d1c9e37ebe090c0c56c54c50ba19eabb2d82 (patch)
treed268169ccbffcbb7a26f77eab967a06340ffcb1e /archivers/unzip/patches
parent3e34b8f2c08d854e5ae96aca78c5f999f0078af9 (diff)
downloadpkgsrc-5cf1d1c9e37ebe090c0c56c54c50ba19eabb2d82.tar.gz
Fix Makefile to not blindly set CC=cc
Diffstat (limited to 'archivers/unzip/patches')
-rw-r--r--archivers/unzip/patches/patch-ab17
1 files changed, 13 insertions, 4 deletions
diff --git a/archivers/unzip/patches/patch-ab b/archivers/unzip/patches/patch-ab
index 4fc836969a5..5e2c45cc9dc 100644
--- a/archivers/unzip/patches/patch-ab
+++ b/archivers/unzip/patches/patch-ab
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.2 1998/08/07 10:35:52 agc Exp $
+$NetBSD: patch-ab,v 1.3 2002/07/16 08:56:34 grant Exp $
---- unix/Makefile.orig Wed Nov 19 18:47:29 1997
-+++ unix/Makefile Wed Nov 19 18:47:43 1997
-@@ -560,7 +560,7 @@
+--- unix/Makefile.orig Sun Feb 17 04:00:38 2002
++++ unix/Makefile Wed Jul 17 04:50:03 2002
+@@ -42,7 +42,7 @@
+ # such as -DDOSWILD).
+
+ # UnZip flags
+-CC = cc# try using "gcc" target rather than changing this (CC and LD
++#CC = cc# try using "gcc" target rather than changing this (CC and LD
+ LD = $(CC)# must match, else "unresolved symbol: ___main" is possible)
+ AS = as
+ LOC = $(LOCAL_UNZIP)
+@@ -613,7 +613,7 @@
bsd: _bsd # generic BSD (BSD 4.2 & Ultrix handled in unzip.h)
_bsd: unix_make