From db89472211565dd79377baef59de31d8f5121557 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 19 Jun 2015 15:22:44 +0000 Subject: Don't use the platform /usr/bin/pkg-config. As per PR#49982 it causes problems that are fixed by using the pkgsrc version, and no platform other than Cygwin tries to use a native version. Consensus is that due to the limited impact and clear benefit this is ok to go in during the freeze despite being an infrastructure change. --- mk/tools/tools.SunOS.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk index 2e3d84d6096..a705f3372df 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.47 2015/02/01 08:48:56 obache Exp $ +# $NetBSD: tools.SunOS.mk,v 1.48 2015/06/19 15:22:44 jperkin Exp $ # # System-supplied tools for the Solaris operating system. # @@ -164,9 +164,6 @@ TOOLS_PLATFORM.openssl?= /usr/bin/openssl #TOOLS_PLATFORM.perl?= /usr/bin/perl #TOOLS_PLATFORM.pod2man?= /usr/perl5/bin/pod2man #.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