pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2022Q4]: pkgsrc/misc/raspberrypi-userland Pullup ticket #6711 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dab1837bdb96
branches:  pkgsrc-2022Q4
changeset: 391153:dab1837bdb96
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Jan 04 10:26:35 2023 +0000

description:
Pullup ticket #6711 - requested by gdt
misc/raspberrypi-userland: build fix

Revisions pulled up:
- misc/raspberrypi-userland/Makefile                            1.19

---
   Module Name: pkgsrc
   Committed By:        gdt
   Date:                Mon Jan  2 21:03:57 UTC 2023

   Modified Files:
        pkgsrc/misc/raspberrypi-userland: Makefile

   Log Message:
   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 2892a0e4e024 -r dab1837bdb96 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile        Thu Dec 29 09:06:14 2022 +0000
+++ b/misc/raspberrypi-userland/Makefile        Wed Jan 04 10:26:35 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/07/25 11:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.18.4.1 2023/01/04 10:26:35 bsiegert 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