Skip to content

Commit

Permalink
mk: do not set TOOLS_PATH.pkgconfig, defaulting to 'false' as replace…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
0-wiz-0 committed Jul 24, 2022
1 parent d328b0f commit 570f187
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/tools/replace.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: replace.mk,v 1.294 2022/07/22 22:31:58 wiz Exp $
# $NetBSD: replace.mk,v 1.295 2022/07/24 14:47:00 wiz Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
Expand Down Expand Up @@ -686,7 +686,6 @@ AUTORECONF_ARGS+= -I ${TOOLS_PLATFORM.pkg-config:S/\/bin\/pkg-config//}/share/a
# "broken" pkg-config in the tools directory.
#
TOOLS_FAIL+= pkg-config
TOOLS_PATH.pkg-config= ${TOOLS_CMD.pkg-config}
.endif
.if !defined(TOOLS_IGNORE.rpm2pkg) && !empty(_USE_TOOLS:Mrpm2pkg)
Expand Down

0 comments on commit 570f187

Please sign in to comment.