From f6ce795bd8bcc7f93d3b8ab4c4a87b9b5d22287f Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 16 Mar 2005 12:03:06 +0000 Subject: Added proper CFLAGS quoting. Approved by wiz. --- security/pgp2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/pgp2') diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index bf7d986aa53..bdf97a73e47 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/03/07 10:03:13 uebayasi Exp $ +# $NetBSD: Makefile,v 1.39 2005/03/16 12:03:06 rillig Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -84,7 +84,7 @@ post-extract: do-build: cd ${WRKSRC} && ${MAKE} all CC="${CC}" LD="${CC}" \ OBJS_EXT="${OBJS_EXT}" \ - CFLAGS="${CFLAGS} ${RSAINC} ${ASMFLAG} -O2 -DUNIX -DIDEA32 \ + CFLAGS=${CFLAGS:Q}" ${RSAINC} ${ASMFLAG} -O2 -DUNIX -DIDEA32 \ -DMAX_NAMELEN=255" RSALIBS="${RSALIBS}" RSAOBJS="${RSAOBJS}" do-install: -- cgit v1.2.3