summaryrefslogtreecommitdiffstats
path: root/audio-players
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-31 18:16:23 +0200
committerIsmael Luceno2019-05-31 18:54:17 +0200
commit514790d456760654ec8f47985ccb6ceb734e6e3f (patch)
tree3231dfac0e89fe91dd6aff80b29b1af4c98c89e5 /audio-players
parentd9edb42dc1c2980aeddd2e5c6afdc37d2ba14a55 (diff)
timidity: Fix build against musl
Diffstat (limited to 'audio-players')
-rw-r--r--audio-players/timidity/HISTORY7
-rwxr-xr-xaudio-players/timidity/PRE_BUILD3
2 files changed, 9 insertions, 1 deletions
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index b4790bd300..4c1b414232 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,10 @@
+2019-05-31 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
+2019-05-31 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 2.15.0
+ Fixed SOURCE_URL[0]
+
2015-12-06 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: freepats is not needed for build
improve xorg dependnencies
diff --git a/audio-players/timidity/PRE_BUILD b/audio-players/timidity/PRE_BUILD
index 9517d3d2ee..ef3da8432f 100755
--- a/audio-players/timidity/PRE_BUILD
+++ b/audio-players/timidity/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
message "${MESSAGE_COLOR}Patching to make -iA -Oj work.$DEFAULT_COLOR" &&
-patch -p0 < "$SCRIPT_DIRECTORY/timidity-2.14-alsajack.patch"
+patch -p0 < "$SCRIPT_DIRECTORY/timidity-2.14-alsajack.patch" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub