From 7ab7cc8ac3dd32fd3db10f5d72ec2b15f0990c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 6 May 2021 11:01:05 +0100 Subject: patches/texinfo{,_host}-6.7.local.patch: added. midipix.env:${DEFAULT_{CROSS,HOST,NATIVE}_MAKE}: default to make. subr/pkg_{build,install}.subr: honour ${PKG_MAKE}. subr/pkg_build.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none". subr/pkg_configure.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_CONFIGURE} if non-zero and not "none". subr/pkg_install_make.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none". --- patches/texinfo-6.7.local.patch | 22 ++++++++++++++++++++++ patches/texinfo_host-6.7.local.patch | 1 + 2 files changed, 23 insertions(+) create mode 100644 patches/texinfo-6.7.local.patch create mode 120000 patches/texinfo_host-6.7.local.patch (limited to 'patches') diff --git a/patches/texinfo-6.7.local.patch b/patches/texinfo-6.7.local.patch new file mode 100644 index 00000000..27ddb394 --- /dev/null +++ b/patches/texinfo-6.7.local.patch @@ -0,0 +1,22 @@ +--- texinfo-6.7/configure.orig 2019-09-23 19:32:14.000000000 +0100 ++++ texinfo-6.7/configure 2021-05-06 10:54:06.366315956 +0100 +@@ -21923,7 +21923,7 @@ + # env -i gives this build host configure a clean environment; + # consequently, we have to re-initialize $PATH. + env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \ +- PATH="$PATH" \ ++ PATH="$PATH" ${MAKE:+MAKE="$MAKE"} \ + tools_only=1 \ + ${confdir}/configure --build=${build} --host=${build} \ + --disable-rpath --disable-nls +@@ -23859,8 +23859,8 @@ + $as_echo "" >&6; } + enable_xs=no + (cd tp/Texinfo/XS \ +- && make clean \ +- && make TestXS.la \ ++ && ${MAKE:-make} clean \ ++ && ${MAKE:-make} TestXS.la \ + && TEXINFO_XS=debug ; export TEXINFO_XS \ + && ${PERL} -I . \ + -I ${xs_srcdir} \ diff --git a/patches/texinfo_host-6.7.local.patch b/patches/texinfo_host-6.7.local.patch new file mode 120000 index 00000000..a17dc14f --- /dev/null +++ b/patches/texinfo_host-6.7.local.patch @@ -0,0 +1 @@ +texinfo-6.7.local.patch \ No newline at end of file -- cgit v1.2.3