diff options
author | rillig <rillig@pkgsrc.org> | 2005-03-16 12:03:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-03-16 12:03:06 +0000 |
commit | f6ce795bd8bcc7f93d3b8ab4c4a87b9b5d22287f (patch) | |
tree | 59a64ecc1fd3ef9adcfe9ef3f029819748bc183c /security/pgp2 | |
parent | abd46abc565e4bbeb4a5782b7c1ebde62d05ad83 (diff) | |
download | pkgsrc-f6ce795bd8bcc7f93d3b8ab4c4a87b9b5d22287f.tar.gz |
Added proper CFLAGS quoting. Approved by wiz.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |