pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Fix a miss that made the hpux bootstrap erronously ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44691edf7124
branches:  trunk
changeset: 538396:44691edf7124
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 07 16:43:18 2008 +0000

description:
Fix a miss that made the hpux bootstrap erronously pull in posix_headers.

diffstat:

 mk/bsd.prefs.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e23bc518b597 -r 44691edf7124 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Feb 07 16:34:52 2008 +0000
+++ b/mk/bsd.prefs.mk   Thu Feb 07 16:43:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.278 2008/02/06 18:23:47 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.279 2008/02/07 16:43:18 tnn Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -498,7 +498,9 @@
 
 .if defined(FIX_SYSTEM_HEADERS) && ${FIX_SYSTEM_HEADERS} == "yes" && \
     empty(PKGPATH:Mpkgtools/*) && empty(PKGPATH:M*/nbsed) && \
-    empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake)
+    empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake) && \
+    empty(PKGPATH:M*/install-sh) && \
+    exists(../../pkgtools/posix_headers/buildlink3.mk)
 .  include "../../pkgtools/posix_headers/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index