pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ups-nut sysutils/ups-nut: uSE_TOOLS= pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1bd72b1a6dd
branches:  trunk
changeset: 449181:c1bd72b1a6dd
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 21 15:42:29 2021 +0000

description:
sysutils/ups-nut: uSE_TOOLS= pkg-config

Otherwise, nss is not found.   Should resolve bulk build failures
(although it built ok on systems that happened to have pkgconf).

diffstat:

 sysutils/ups-nut/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 92c62ca4553c -r c1bd72b1a6dd sysutils/ups-nut/Makefile.common
--- a/sysutils/ups-nut/Makefile.common  Sun Mar 21 15:19:46 2021 +0000
+++ b/sysutils/ups-nut/Makefile.common  Sun Mar 21 15:42:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/02/11 10:05:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/03/21 15:42:29 gdt Exp $
 # used by sysutils/ups-nut/Makefile
 # used by sysutils/ups-nut-cgi/Makefile
 # used by sysutils/ups-nut-snmp/Makefile
@@ -20,6 +20,7 @@
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/ups-nut/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/ups-nut/patches
 
+USE_TOOLS=             pkg-config
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index