From ef0b1b9fee0c57a238e128ff2fb809c9f938c519 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 30 Apr 2004 19:45:29 +0000 Subject: Add an explicit DEPENDS on xpkgwedge-1.10 if USE_X11BASE is defined (as 1.9 is not good enough). --- mk/defs.Interix.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk index 3339537da78..db670604481 100644 --- a/mk/defs.Interix.mk +++ b/mk/defs.Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Interix.mk,v 1.20 2004/04/28 11:11:19 tv Exp $ +# $NetBSD: defs.Interix.mk,v 1.21 2004/04/30 19:45:29 tv Exp $ # # Variable definitions for the Interix operating system. @@ -137,6 +137,11 @@ _PREFORMATTED_MAN_DIR= cat # directory where catman pages are _USE_GNU_GETTEXT= yes # gettext not in base system _USE_RPATH= yes # add rpath to LDFLAGS +# Ensure that USE_X11BASE programs get an xpkgwedge new enough to work. +_OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11 +_XPKGWEDGE_DEPENDS= xpkgwedge>=1.10:../../pkgtools/xpkgwedge +BUILD_DEPENDS+= ${USE_X11BASE:D${_XPKGWEDGE_DEPENDS}} + # flags passed to the linker to extract all symbols from static archives. # this is GNU ld. _OPSYS_WHOLE_ARCHIVE_FLAG= -Wl,--whole-archive -- cgit v1.2.3