diff options
author | tnn <tnn@pkgsrc.org> | 2007-04-25 13:29:11 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-04-25 13:29:11 +0000 |
commit | a896bfc3be958cd001b75f1beef835d55498b353 (patch) | |
tree | cab7df5a16e7699f8ed998d8efe9db557302da9f /mk/platform | |
parent | b36465614d66f5b749081b3d61b5c973f525ab5e (diff) | |
download | pkgsrc-a896bfc3be958cd001b75f1beef835d55498b353.tar.gz |
Do not include posix_headers when bootstrapping. The package is only
useful when building packages from source, and it is compiler dependent.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/HPUX.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/HPUX.mk b/mk/platform/HPUX.mk index 2aa5ef4197a..f3cd117e76f 100644 --- a/mk/platform/HPUX.mk +++ b/mk/platform/HPUX.mk @@ -1,4 +1,4 @@ -# $NetBSD: HPUX.mk,v 1.3 2007/04/24 19:48:26 tnn Exp $ +# $NetBSD: HPUX.mk,v 1.4 2007/04/25 13:29:11 tnn Exp $ # # Variable definitions for the HP-UX operating system. @@ -71,7 +71,7 @@ PREFER.openssl?= pkgsrc PREFER.zlib?= pkgsrc .if defined(OS_VERSION) && ${OS_VERSION} == "11.11" && \ - !defined(BUILDING_POSIX_HEADERS) + !defined(BUILDING_POSIX_HEADERS) && !make(bootstrap-register) .include "../../pkgtools/posix_headers/buildlink3.mk" .endif |