Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/mk/bsd.prefs.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/mk/bsd.prefs.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.275 retrieving revision 1.276 diff -u -p -r1.275 -r1.276 --- pkgsrc/mk/bsd.prefs.mk 2008/01/12 14:40:21 1.275 +++ pkgsrc/mk/bsd.prefs.mk 2008/01/16 03:16:39 1.276 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.275 2008/01/12 14:40:21 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.276 2008/01/16 03:16:39 tnn Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -504,6 +504,12 @@ USE_XPKGWEDGE= no USE_XPKGWEDGE?= yes .endif +.if defined(FIX_SYSTEM_HEADERS) && ${FIX_SYSTEM_HEADERS} == "yes" && \ + empty(PKGPATH:Mpkgtools/*) && empty(PKGPATH:M*/nbsed) && \ + empty(PKGPATH:M*/nawk) && empty(PKGPATH:M*/bmake) +. include "../../pkgtools/posix_headers/buildlink3.mk" +.endif + .if ${X11_TYPE} == "modular" X11BASE= ${LOCALBASE} .endif