summaryrefslogtreecommitdiffstats
path: root/xorg-lib
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-24 19:00:31 +0200
committerIsmael Luceno2019-05-24 18:42:38 +0200
commitd52678304b1235339d70b373cf8b6bcdc33b5950 (patch)
treee538880f853264bcbfa27a9b8affccf1b6dc16b9 /xorg-lib
parent9af493a19d816dac47c82ba211d975beda233bb5 (diff)
libxkbui: Fix build against musl
Diffstat (limited to 'xorg-lib')
-rw-r--r--xorg-lib/libxkbui/HISTORY3
-rwxr-xr-xxorg-lib/libxkbui/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/xorg-lib/libxkbui/HISTORY b/xorg-lib/libxkbui/HISTORY
index 83aa5a16da..db026d79d9 100644
--- a/xorg-lib/libxkbui/HISTORY
+++ b/xorg-lib/libxkbui/HISTORY
@@ -1,3 +1,6 @@
+2019-05-24 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2008-03-17 Eric Sandall <sandalle@sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well
diff --git a/xorg-lib/libxkbui/PRE_BUILD b/xorg-lib/libxkbui/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/xorg-lib/libxkbui/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub