summaryrefslogtreecommitdiffstats
path: root/xorg-lib
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-30 23:45:16 +0200
committerIsmael Luceno2019-05-30 23:45:16 +0200
commitd3dbd24edd31987c0b6a245ec4b53af608c3349c (patch)
tree0ab6a320a7392743324310ad4a20649b00e4e01b /xorg-lib
parent859a05ccca387937b5fed94f8726f8bc4ad61017 (diff)
libxevie: Fix build against musl
Diffstat (limited to 'xorg-lib')
-rw-r--r--xorg-lib/libxevie/HISTORY3
-rwxr-xr-xxorg-lib/libxevie/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/xorg-lib/libxevie/HISTORY b/xorg-lib/libxevie/HISTORY
index f9ae85398b..4161aee807 100644
--- a/xorg-lib/libxevie/HISTORY
+++ b/xorg-lib/libxevie/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2018-08-06 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: delete obsolete entry
diff --git a/xorg-lib/libxevie/PRE_BUILD b/xorg-lib/libxevie/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/xorg-lib/libxevie/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub