summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-16 16:21:40 +0000
committertv <tv@pkgsrc.org>2004-11-16 16:21:40 +0000
commit2e3f2421db573a73729f68dda229b478852f2f4d (patch)
treebc9211a36071340950cc877f88c11132dad1960f /mk/platform/Darwin.mk
parentac180009bcafe3f31c685433832b6929174b8185 (diff)
downloadpkgsrc-2e3f2421db573a73729f68dda229b478852f2f4d.tar.gz
CPP_PRECOMP_FLAGS is a Darwinism only. Move its frobbing of CPPFLAGS to
platform/Darwin.mk (simplification).
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r--mk/platform/Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index c5c83ea6002..80e780dd0e0 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.2 2004/10/13 15:31:31 tv Exp $
+# $NetBSD: Darwin.mk,v 1.3 2004/11/16 16:21:40 tv Exp $
#
# Variable definitions for the Darwin operating system.
@@ -87,6 +87,7 @@ XARGS?= /usr/bin/xargs
.if !defined(PKGSRC_COMPILER) || !empty(PKGSRC_COMPILER:Mgcc)
CPP_PRECOMP_FLAGS?= -no-cpp-precomp # use the GNU cpp, not the OS X cpp
.endif
+CPPFLAGS+= ${CPP_PRECOMP_FLAGS}
DEF_UMASK?= 0022
DEFAULT_SERIAL_DEVICE?= /dev/null
EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table