From c993844a6b649a56cd3f6f94983613a848b81eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 11 Feb 2020 11:49:15 +0000 Subject: vars/build.vars:native_packages_deps: adds bmake (master.) patches/bmake.local.patch: cross-compile w/ ${PREFIX}/bin/bmake. --- patches/bmake.local.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 patches/bmake.local.patch (limited to 'patches/bmake.local.patch') diff --git a/patches/bmake.local.patch b/patches/bmake.local.patch new file mode 100644 index 00000000..0b8eb731 --- /dev/null +++ b/patches/bmake.local.patch @@ -0,0 +1,19 @@ +--- bmake/boot-strap.orig 2020-02-08 19:30:56.653565539 +0000 ++++ bmake/boot-strap 2020-02-11 11:45:44.426114614 +0000 +@@ -202,7 +202,6 @@ + fi + + op=all +-BMAKE= + + while : + do +@@ -391,7 +390,7 @@ + cd $Mydir && + MAKESYSPATH=$mksrc SRCTOP=$Mydir OBJTOP=$objdir \ + MAKEOBJDIR='${.CURDIR:S,${SRCTOP:tA},${OBJTOP:tA},}' \ +- ${BMAKE:-$objdir/bmake} -f $Mydir/Makefile "$@" ++ ${BMAKE} -f $Mydir/Makefile TEST_MAKE="${BMAKE}" "$@" + ) + } + -- cgit v1.2.3