From 1c7129174e42f6245637a764e25cf25326a657a9 Mon Sep 17 00:00:00 2001 From: adrianp Date: Mon, 4 Oct 2004 17:25:51 +0000 Subject: On certain OS'es (e.g. Darwin) CPP can be defined as "gcc -E -no-cpp-precomp". So when it comes to do the building of the package this causes it to fail if it is not enclosed in double-quotes. --- security/nessus-libraries/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/nessus-libraries/Makefile b/security/nessus-libraries/Makefile index 877439ff743..ca026087056 100644 --- a/security/nessus-libraries/Makefile +++ b/security/nessus-libraries/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:18:10 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/10/04 17:25:51 adrianp Exp $ DISTNAME= nessus-libraries-${VERS} PKGREVISION= 1 @@ -13,7 +13,7 @@ USE_LIBTOOL= yes BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPP=${CPP} +CONFIGURE_ENV+= CPP="${CPP}" CONFIGURE_ARGS+= --enable-zlib=${BUILDLINK_PREFIX.zlib}/lib \ --localstatedir=${VARBASE} -- cgit v1.2.3