summaryrefslogtreecommitdiffstats
path: root/archivers/unzip
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-23 11:53:00 +0000
committervs <vs@FreeBSD.org>2004-06-23 11:53:00 +0000
commit7f5be6ffe84b700f743faad6936f1e8077f89ae3 (patch)
tree264d2d7a1ee5a3224203dba609bb2aeef69ae8f5 /archivers/unzip
parent8752da06e07f650bdeae9e04c40217de8eff5e55 (diff)
downloadFreeBSD-ports-7f5be6ffe84b700f743faad6936f1e8077f89ae3.zip
FreeBSD-ports-7f5be6ffe84b700f743faad6936f1e8077f89ae3.tar.gz
Quote $(CC) for better interoperability e.g. with CC="ccache gcc"
PR: ports/66320 Submitted by: Michael Johnson Approved by: maintainer timeout
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/files/patch-aa b/archivers/unzip/files/patch-aa
index 7530052..11c65e7 100644
--- a/archivers/unzip/files/patch-aa
+++ b/archivers/unzip/files/patch-aa
@@ -15,7 +15,7 @@
@echo 'NOTE: use bsd target for non-Intel FreeBSD compiles (if any).'
- $(MAKE) unzips CC=gcc LD=gcc AS=gcc\
- CF="-O3 -Wall -I. -DASM_CRC -DUNIX -DBSD $(LOC)"\
-+ $(MAKE) unzips CC=$(CC) LD=$(CC) AS=$(CC)\
++ $(MAKE) unzips CC="$(CC)" LD="$(CC)" AS="$(CC)"\
+ CF="-Wall -I. -DASM_CRC -DUNIX -DBSD $(LOC)"\
AF="-Di386 $(AF)" CRC32=crc_gcc
OpenPOWER on IntegriCloud