pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/raspberrypi-userland misc/raspberrypi-userland: N...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2303dad4882
branches:  trunk
changeset: 391017:e2303dad4882
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Jan 02 21:03:57 2023 +0000

description:
misc/raspberrypi-userland: Needs pkg-config

(needs pullup)

diffstat:

 misc/raspberrypi-userland/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0df7e9b1c277 -r e2303dad4882 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile        Mon Jan 02 20:20:12 2023 +0000
+++ b/misc/raspberrypi-userland/Makefile        Mon Jan 02 21:03:57 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/07/25 11:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/01/02 21:03:57 gdt Exp $
 
 DISTNAME=      userland-20170109
 PKGREVISION=   3
@@ -21,7 +21,7 @@
 
 USE_CMAKE=     yes
 CMAKE_ARGS+=   -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
-USE_TOOLS+=    bash:run
+USE_TOOLS+=    bash:run pkg-config
 
 SUBST_CLASSES+=                vc
 SUBST_STAGE.vc=                pre-configure



Home | Main Index | Thread Index | Old Index