From 6820809c8a341a1a6a437cff33295b7c02c44838 Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 4 Oct 2011 13:07:21 +0000 Subject: Re-enable pkg-config on SunOS 5.11. --- mk/tools/tools.SunOS.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index 057a3294c9c..2a53dcb493f 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.33 2011/09/29 14:09:11 hans Exp $ +# $NetBSD: tools.SunOS.mk,v 1.34 2011/10/04 13:07:21 hans Exp $ # # System-supplied tools for the Solaris operating system. # @@ -141,9 +141,9 @@ TOOLS_PLATFORM.patch?= /usr/bin/gpatch #TOOLS_PLATFORM.perl?= /usr/bin/perl #TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man #.endif -#.if exists(/usr/bin/pkg-config) -#TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config -#.endif +.if ${OS_VERSION} == "5.11" && exists(/usr/bin/pkg-config) +TOOLS_PLATFORM.pkg-config?= /usr/bin/pkg-config +.endif TOOLS_PLATFORM.printf?= /bin/printf TOOLS_PLATFORM.pwd?= /bin/pwd .if exists(/usr/gnu/bin/readelf) -- cgit v1.2.3