diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 02:24:11 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 02:24:11 +0000 |
commit | 1ccbfa9d6c88fd8902aae0114406c910e5a9ebab (patch) | |
tree | 1d8405de2ac5c580b4bb81f327c75f67398678a4 /pkgtools/pkg_install/Makefile | |
parent | 2f49208baa8b9e53dbe96155bf579790d19b60d7 (diff) | |
download | pkgsrc-1ccbfa9d6c88fd8902aae0114406c910e5a9ebab.tar.gz |
Obey CPPFLAGS.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 31f7e9bb9e3..0d9d33f0b7a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2004/03/28 02:26:42 grant Exp $ +# $NetBSD: Makefile,v 1.99 2004/03/29 02:24:11 tv Exp $ # Notes to package maintainers: # @@ -69,7 +69,8 @@ do-extract: @${CP} -Rp ${FILESDIR} ${WRKSRC} pre-configure: - cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} CC="${CC}" ./configure && \ + cd ${LIBNBCOMPAT_SRCDIR} && ${SETENV} \ + CC="${CC}" CPPFLAGS="${CPPFLAGS:M*}" ./configure && \ ${MAKE_PROGRAM} post-install: |