summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:51:03 +0200
committerIsmael Luceno2019-05-18 03:56:19 +0200
commitd0a50dd027ffeb63630576d468d20a9815191b90 (patch)
treec78bc3b95a575f8f885010576ec044f5b627cfcb /editors
parent97e3b4891ea76515f355841adfd3a677c68c91ab (diff)
jed: Fix build against musl
Diffstat (limited to 'editors')
-rw-r--r--editors/jed/HISTORY3
-rwxr-xr-xeditors/jed/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/jed/HISTORY b/editors/jed/HISTORY
index 801d18a627..a83dd4f0a5 100644
--- a/editors/jed/HISTORY
+++ b/editors/jed/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2016-01-14 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fixed SOURCE2_URL[0]
updated spell to 0.99-19
diff --git a/editors/jed/PRE_BUILD b/editors/jed/PRE_BUILD
new file mode 100755
index 0000000000..2dde7bbd38
--- /dev/null
+++ b/editors/jed/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' autoconf/config.sub