pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2022Q4] pkgsrc/misc/raspberrypi-userland



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Jan  4 10:26:35 UTC 2023

Modified Files:
        pkgsrc/misc/raspberrypi-userland [pkgsrc-2022Q4]: Makefile

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.4.1 pkgsrc/misc/raspberrypi-userland/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/raspberrypi-userland/Makefile
diff -u pkgsrc/misc/raspberrypi-userland/Makefile:1.18 pkgsrc/misc/raspberrypi-userland/Makefile:1.18.4.1
--- pkgsrc/misc/raspberrypi-userland/Makefile:1.18      Mon Jul 25 11:12:26 2022
+++ pkgsrc/misc/raspberrypi-userland/Makefile   Wed Jan  4 10:26:35 2023
@@ -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_LANGUAGES=        c c++
 
 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