summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-23 21:54:18 +0200
committerIsmael Luceno2019-05-23 21:55:17 +0200
commit3caa5d6152a5623c3a7e174a7ed9325a5a85cb39 (patch)
tree879b2e027c48dc6b9ccd0fccec7d622ba43c5da5 /x11-toolkits
parentffb7e097f74549d80097156877d9a679eee650a3 (diff)
xforms: Fix build against musl
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xforms/HISTORY3
-rwxr-xr-xx11-toolkits/xforms/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/xforms/HISTORY b/x11-toolkits/xforms/HISTORY
index abf7bafd39..35ab8a49d1 100644
--- a/x11-toolkits/xforms/HISTORY
+++ b/x11-toolkits/xforms/HISTORY
@@ -1,3 +1,6 @@
+2019-05-23 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2016-10-12 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 1.2.4
diff --git a/x11-toolkits/xforms/PRE_BUILD b/x11-toolkits/xforms/PRE_BUILD
new file mode 100755
index 0000000000..ddbdb632c1
--- /dev/null
+++ b/x11-toolkits/xforms/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config/config.sub