summaryrefslogtreecommitdiffstats
path: root/video-libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-21 21:07:42 +0200
committerIsmael Luceno2019-05-21 22:23:44 +0200
commit916c7cce89762133c164c53500b5c8d0b1a0d543 (patch)
tree812ea6fdd8137bec0c85c658045eb3418adfca37 /video-libs
parent3f6e93834794d186f0b681f4bb6191068c40caba (diff)
libdv: Fix build against musl
Diffstat (limited to 'video-libs')
-rw-r--r--video-libs/libdv/HISTORY3
-rwxr-xr-xvideo-libs/libdv/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/video-libs/libdv/HISTORY b/video-libs/libdv/HISTORY
index 4632d665c5..16a2df2d13 100644
--- a/video-libs/libdv/HISTORY
+++ b/video-libs/libdv/HISTORY
@@ -1,3 +1,6 @@
+2019-05-21 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/video-libs/libdv/PRE_BUILD b/video-libs/libdv/PRE_BUILD
new file mode 100755
index 0000000000..3c8cac271f
--- /dev/null
+++ b/video-libs/libdv/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub