summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorIsmael Luceno2019-07-21 04:01:40 +0200
committerIsmael Luceno2019-07-22 00:39:30 +0200
commitae9580632b7889c850783f67f3329cb3555a195e (patch)
treea7d11c0e7f97d47d9407d41fcafc1aa782f3788d /i18n
parent218bcfb526be7c92289799d372759df60b587e24 (diff)
anthy: Fix build against musl
Diffstat (limited to 'i18n')
-rw-r--r--i18n/anthy/HISTORY3
-rwxr-xr-xi18n/anthy/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/anthy/HISTORY b/i18n/anthy/HISTORY
index c5f6b757ba..a93d84db84 100644
--- a/i18n/anthy/HISTORY
+++ b/i18n/anthy/HISTORY
@@ -1,3 +1,6 @@
+2019-07-21 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2010-09-27 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: fix dependency on emacsen
diff --git a/i18n/anthy/PRE_BUILD b/i18n/anthy/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/i18n/anthy/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub