diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-16 03:16:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-16 03:16:39 +0000 |
commit | a970f2bc5807e120532e67b62e8a05fca1126540 (patch) | |
tree | 9c1df167d7197f87d482f765be22d8cff655f6b6 /mk/platform | |
parent | 3923838b90d39d7eac10fdca15aea0f4a945127f (diff) | |
download | pkgsrc-a970f2bc5807e120532e67b62e8a05fca1126540.tar.gz |
Provide a mechanism for enabling use of pkgtools/posix_headers.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/HPUX.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/platform/HPUX.mk b/mk/platform/HPUX.mk index add6c172935..eb6f0821291 100644 --- a/mk/platform/HPUX.mk +++ b/mk/platform/HPUX.mk @@ -1,4 +1,4 @@ -# $NetBSD: HPUX.mk,v 1.12 2008/01/15 22:37:49 tnn Exp $ +# $NetBSD: HPUX.mk,v 1.13 2008/01/16 03:16:40 tnn Exp $ # # Variable definitions for the HP-UX operating system. @@ -31,6 +31,9 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` # is unlikely to ever be supported due to proprietary graphics hardware. X11_TYPE?= modular +# Fix broken system headers by using pkgtools/posix_headers +FIX_SYSTEM_HEADERS?= yes + # imake installs manpages in weird places # these values from /usr/X11R6/lib/X11/config/NetBSD.cf IMAKE_MAN_SOURCE_PATH= man/cat |