summaryrefslogtreecommitdiffstats
path: root/audio-soft
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-23 06:21:37 +0200
committerIsmael Luceno2019-05-23 10:38:38 +0200
commitf64720f00b969c97a214f86fa2850b916f3018cb (patch)
treeaca81fcf565a3ffbfb5d725d073d3cd48d0c12eb /audio-soft
parent5e93e89a5efc6f5ff6cfa83d83545e080e0ea2a6 (diff)
vorbis-tools: Fix build against musl
Diffstat (limited to 'audio-soft')
-rw-r--r--audio-soft/vorbis-tools/HISTORY3
-rwxr-xr-xaudio-soft/vorbis-tools/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/audio-soft/vorbis-tools/HISTORY b/audio-soft/vorbis-tools/HISTORY
index bd26dc6784..a5f9fb40e4 100644
--- a/audio-soft/vorbis-tools/HISTORY
+++ b/audio-soft/vorbis-tools/HISTORY
@@ -1,3 +1,6 @@
+2019-05-23 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-03-01 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: fix WEB_SITE
diff --git a/audio-soft/vorbis-tools/PRE_BUILD b/audio-soft/vorbis-tools/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/audio-soft/vorbis-tools/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub