pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/nessus-libraries On certain OS'es (e.g. Darwi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/372ce6c5fdd3
branches:  trunk
changeset: 481436:372ce6c5fdd3
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Oct 04 17:25:51 2004 +0000

description:
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.

diffstat:

 security/nessus-libraries/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e3f5d17b33c -r 372ce6c5fdd3 security/nessus-libraries/Makefile
--- a/security/nessus-libraries/Makefile        Mon Oct 04 15:07:03 2004 +0000
+++ b/security/nessus-libraries/Makefile        Mon Oct 04 17:25:51 2004 +0000
@@ -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 @@
 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}
 



Home | Main Index | Thread Index | Old Index