diff options
author | abs <abs> | 2003-01-31 12:16:47 +0000 |
---|---|---|
committer | abs <abs> | 2003-01-31 12:16:47 +0000 |
commit | 354f2ffb16af94ee6e749ef03b9eaa03fe0a815b (patch) | |
tree | 006752466ba36b4127f21e42d22ad4f1745ae253 /net/vnc | |
parent | ccd973c608b9b6c038368c82e690108e498a95a2 (diff) | |
download | pkgsrc-354f2ffb16af94ee6e749ef03b9eaa03fe0a815b.tar.gz |
Quote CC in MAKE_ENV
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index ddeac76e50c..9903bb67b25 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/23 18:16:58 bouyer Exp $ +# $NetBSD: Makefile,v 1.27 2003/01/31 12:16:47 abs Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # @@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc ALL_TARGET= World -MAKE_ENV+= CC=${CC} #for make imake in Xvnc/config/imake +MAKE_ENV+= CC=${CC:Q} #for make imake in Xvnc/config/imake # We have to frob a few things, and we want our own permissions, so it's easier # to do the install ourselves. |