summaryrefslogtreecommitdiffstats
path: root/xorg-app
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-24 19:02:35 +0200
committerIsmael Luceno2019-05-24 18:42:38 +0200
commit3f6b07c62f303905fd275733470ef98b116a7168 (patch)
treef53d787717aca18ef4137bb642fb3a3c7c16bb7a /xorg-app
parentba7928761e4ddedd82f00c8813d4abab17af3cc1 (diff)
luit: Fix build against musl
Diffstat (limited to 'xorg-app')
-rw-r--r--xorg-app/luit/HISTORY3
-rwxr-xr-xxorg-app/luit/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/xorg-app/luit/HISTORY b/xorg-app/luit/HISTORY
index 9dcb42dab2..bb9848745a 100644
--- a/xorg-app/luit/HISTORY
+++ b/xorg-app/luit/HISTORY
@@ -1,3 +1,6 @@
+2019-05-24 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2019-05-22 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.1.1
diff --git a/xorg-app/luit/PRE_BUILD b/xorg-app/luit/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/xorg-app/luit/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub