summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-06 11:01:05 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-06 11:01:05 +0100
commit7ab7cc8ac3dd32fd3db10f5d72ec2b15f0990c6f (patch)
treefa66265df4263993c03c56af78e3f2db32dd4c69 /patches
parentf3faf2752ecb662905dcf1ac5b588100a55aa2b6 (diff)
downloadmidipix_build-7ab7cc8ac3dd32fd3db10f5d72ec2b15f0990c6f.tar.bz2
midipix_build-7ab7cc8ac3dd32fd3db10f5d72ec2b15f0990c6f.tar.xz
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".
Diffstat (limited to 'patches')
-rw-r--r--patches/texinfo-6.7.local.patch22
l---------patches/texinfo_host-6.7.local.patch1
2 files changed, 23 insertions, 0 deletions
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