pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/raspberrypi-userland



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan  9 02:06:44 UTC 2020

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

Log Message:
raspberrypi-userland: Needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/misc/raspberrypi-userland/Makefile:1.17
--- pkgsrc/misc/raspberrypi-userland/Makefile:1.16      Sun Nov  3 17:04:26 2019
+++ pkgsrc/misc/raspberrypi-userland/Makefile   Thu Jan  9 02:06:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/03 17:04:26 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/09 02:06:44 nia Exp $
 #
 
 DISTNAME=      userland-20170109
@@ -22,7 +22,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+=    pkg-config bash:run
 
 SUBST_CLASSES+=                vc
 SUBST_STAGE.vc=                pre-configure



Home | Main Index | Thread Index | Old Index