diff options
author | tv <tv@pkgsrc.org> | 2004-11-16 16:21:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-16 16:21:40 +0000 |
commit | 2e3f2421db573a73729f68dda229b478852f2f4d (patch) | |
tree | bc9211a36071340950cc877f88c11132dad1960f /mk/bsd.pkg.mk | |
parent | ac180009bcafe3f31c685433832b6929174b8185 (diff) | |
download | pkgsrc-2e3f2421db573a73729f68dda229b478852f2f4d.tar.gz |
CPP_PRECOMP_FLAGS is a Darwinism only. Move its frobbing of CPPFLAGS to
platform/Darwin.mk (simplification).
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8545dc30196..507364d2ebc 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1537 2004/11/14 07:23:07 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1538 2004/11/16 16:21:40 tv Exp $ # # This file is in the public domain. # @@ -379,8 +379,6 @@ _ULIMIT_CMD+= ${ULIMIT_CMD_${__tmp__}} ; . endfor .endif -CPPFLAGS+= ${CPP_PRECOMP_FLAGS} - # If GNU_CONFIGURE is defined, then pass LIBS to the GNU configure script. # also pass in a CONFIG_SHELL to avoid picking up bash .if defined(GNU_CONFIGURE) |