pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add an explicit DEPENDS on xpkgwedge-1.10 if USE_X1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f395bec93501
branches:  trunk
changeset: 474484:f395bec93501
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Apr 30 19:45:29 2004 +0000

description:
Add an explicit DEPENDS on xpkgwedge-1.10 if USE_X11BASE is defined
(as 1.9 is not good enough).

diffstat:

 mk/defs.Interix.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 29154e8d66ec -r f395bec93501 mk/defs.Interix.mk
--- a/mk/defs.Interix.mk        Fri Apr 30 19:44:21 2004 +0000
+++ b/mk/defs.Interix.mk        Fri Apr 30 19:45:29 2004 +0000
@@ -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 @@
 _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



Home | Main Index | Thread Index | Old Index