summaryrefslogtreecommitdiffstats
path: root/latex
diff options
context:
space:
mode:
authorIsmael Luceno2021-07-16 21:51:47 +0200
committerIsmael Luceno2021-07-16 21:51:47 +0200
commit5d33f120e87c6a18d9380804908ea51ecb4489a3 (patch)
tree1adcdd750df42a4b3a58b0508493a6df08a8229c /latex
parent923810bbc98121dacb056caa573afd73c4a10cce (diff)
latex-mk: Fix build against musl
Diffstat (limited to 'latex')
-rw-r--r--latex/latex-mk/HISTORY3
-rwxr-xr-xlatex/latex-mk/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/latex/latex-mk/HISTORY b/latex/latex-mk/HISTORY
index 54e21e3361..9f7e39ff8e 100644
--- a/latex/latex-mk/HISTORY
+++ b/latex/latex-mk/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/latex/latex-mk/PRE_BUILD b/latex/latex-mk/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/latex/latex-mk/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub