summaryrefslogtreecommitdiff
path: root/mk/defs.NetBSD.mk
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-06-02 00:40:18 +0000
committerschmonz <schmonz>2002-06-02 00:40:18 +0000
commit8c484219741d365bb53bfad107a2047e157487c5 (patch)
treead45e76d86a46daf5ed3f994343e1b31b5d441cd /mk/defs.NetBSD.mk
parentf443bed5f99c892cd4dcf0819f7dd58e02f18dbd (diff)
downloadpkgsrc-8c484219741d365bb53bfad107a2047e157487c5.tar.gz
Introduce CPP_PRECOMP_FLAGS, defaulting to "-no-cpp-precomp" on
Darwin (meaning "don't use the OS X cpp that groks precompiled headers", which gets us the more compatible GNU cpp instead), and blank on other systems. Approved by agc and yyamano.
Diffstat (limited to 'mk/defs.NetBSD.mk')
-rw-r--r--mk/defs.NetBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk
index 21a48e60d57..b569565da31 100644
--- a/mk/defs.NetBSD.mk
+++ b/mk/defs.NetBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.NetBSD.mk,v 1.24 2002/04/09 22:15:41 jlam Exp $
+# $NetBSD: defs.NetBSD.mk,v 1.25 2002/06/02 00:40:19 schmonz Exp $
#
# Variable definitions for the NetBSD operating system.
@@ -66,6 +66,7 @@ DEPENDS+= user>=20000313:../../sysutils/user
.endif
.endif
+CPP_PRECOMP_FLAGS?= # unset
DEF_UMASK?= 0022
MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type
MOTIF12_TYPE_DEFAULT?= lesstif12 # default 1.2 compatible libs type