diff options
author | tv <tv@pkgsrc.org> | 2004-11-16 18:04:00 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-16 18:04:00 +0000 |
commit | 4b5d899ef87503df6e1b7cd17f47e94f3778f8b2 (patch) | |
tree | f2441ff2623536c13ec94978c02ca7fe9fab6405 /mk/platform/UnixWare.mk | |
parent | b05704ad43e9336b96b7e621fecc6fe44bd6d42a (diff) | |
download | pkgsrc-4b5d899ef87503df6e1b7cd17f47e94f3778f8b2.tar.gz |
Revert previous (re-add common CPP_PRECOMP_FLAGS). For consistency, also
move usage of _USER_DEPENDS and _OPSYS_MAX_CMDLEN to bsd.pkg.mk.
Diffstat (limited to 'mk/platform/UnixWare.mk')
-rw-r--r-- | mk/platform/UnixWare.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk index 75ee4dcabca..6f79232a013 100644 --- a/mk/platform/UnixWare.mk +++ b/mk/platform/UnixWare.mk @@ -1,4 +1,4 @@ -# $NetBSD: UnixWare.mk,v 1.3 2004/11/16 16:21:40 tv Exp $ +# $NetBSD: UnixWare.mk,v 1.4 2004/11/16 18:04:00 tv Exp $ # # Variable definitions for the UnixWare 7 operating system. @@ -86,6 +86,7 @@ TYPE?= /usr/bin/type WC?= /usr/bin/wc XARGS?= /usr/bin/xargs +CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 022 DEFAULT_SERIAL_DEVICE?= /dev/null EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table @@ -161,7 +162,6 @@ PKG_TOOLS_BIN?= ${LOCALBASE}/sbin # FIXME: Adjust to work on this system and enable the lines below. #.if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL) #_OPSYS_MAX_CMDLEN!= /sbin/sysctl -n kern.argmax -#CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${_OPSYS_MAX_CMDLEN} #.endif # If games are to be installed setgid, then SETGIDGAME is set to 'yes' |