From ae9580632b7889c850783f67f3329cb3555a195e Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 21 Jul 2019 04:01:40 +0200 Subject: anthy: Fix build against musl --- i18n/anthy/HISTORY | 3 +++ i18n/anthy/PRE_BUILD | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 i18n/anthy/PRE_BUILD (limited to 'i18n') 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 + * PRE_BUILD: Fixed build against musl + 2010-09-27 Ismael Luceno * 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 -- cgit v1.2.3