pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/raspberrypi-userland raspberrypi-userland: fix bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4568baab1fc8
branches: trunk
changeset: 389260:4568baab1fc8
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Mon Dec 24 01:53:51 2018 +0000
description:
raspberrypi-userland: fix build errors on PKG_DEVELOPER=yes. PR pkg/53745
Bump PKGREVISION for the changed files and dependency change.
Ok'ed by wiz@
diffstat:
misc/raspberrypi-userland/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 555c0897cdd1 -r 4568baab1fc8 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile Mon Dec 24 00:10:09 2018 +0000
+++ b/misc/raspberrypi-userland/Makefile Mon Dec 24 01:53:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/07/30 22:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/24 01:53:51 tsutsui Exp $
#
DISTNAME= userland-20170109
@@ -22,6 +22,7 @@
USE_CMAKE= yes
CMAKE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
+USE_TOOLS+= bash:run
SUBST_CLASSES+= vc
SUBST_STAGE.vc= pre-configure
@@ -29,6 +30,10 @@
SUBST_FILES.vc= makefiles/cmake/vmcs.cmake
SUBST_SED.vc= -e 's,/opt/vc,${PREFIX},g'
+REPLACE_BASH+= buildme \
+ host_applications/linux/apps/dtoverlay/dtoverlay-post \
+ host_applications/linux/apps/dtoverlay/dtoverlay-pre
+
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index