pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_filecheck pass CPPFLAGS to compiler



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7e27efad1a9
branches:  trunk
changeset: 464680:f7e27efad1a9
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sun Dec 14 12:27:57 2003 +0000

description:
pass CPPFLAGS to compiler

diffstat:

 pkgtools/pkg_filecheck/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4ed8c6cc4590 -r f7e27efad1a9 pkgtools/pkg_filecheck/Makefile
--- a/pkgtools/pkg_filecheck/Makefile   Sun Dec 14 12:04:52 2003 +0000
+++ b/pkgtools/pkg_filecheck/Makefile   Sun Dec 14 12:27:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/12/14 11:45:09 dillo Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/14 12:27:57 dillo Exp $
 #
 
 DISTNAME=              pkg_filecheck-0.1
@@ -32,7 +32,8 @@
                > ${WRKSRC}/${f}
 .endfor
        cd ${WRKSRC} \
-           && ${CC} ${CFLAGS} ${LDFLAGS} -o pkg_filecheck pkg_filecheck.c \
+           && ${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} \
+               -o pkg_filecheck pkg_filecheck.c \
                ${BUILDLINK_LIBS.db}
 
 do-install:



Home | Main Index | Thread Index | Old Index