summaryrefslogtreecommitdiffstats
path: root/video-libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-21 22:38:59 +0200
committerIsmael Luceno2019-05-21 22:38:59 +0200
commit9a792771904c14bd846cdcdaa4faf249577ebaee (patch)
treef7f79e81c572d31ed87b0bf0ad3a8e5254e17f76 /video-libs
parent489accc04ee6fb5859b28cbd0dc8c8682e11346b (diff)
libtheora: Fix build against musl
Diffstat (limited to 'video-libs')
-rw-r--r--video-libs/libtheora/HISTORY3
-rwxr-xr-xvideo-libs/libtheora/PRE_BUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/video-libs/libtheora/HISTORY b/video-libs/libtheora/HISTORY
index e0c9c811b4..e90225d4de 100644
--- a/video-libs/libtheora/HISTORY
+++ b/video-libs/libtheora/HISTORY
@@ -1,3 +1,6 @@
+2019-05-21 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2015-08-17 Thomas Orgis <sobukus@sourcemage.org>
* libtheora-1.1.1-libpng16.patch, PRE_BUILD: Another
libpng-1.6 fix. I am sick the necessity for these
diff --git a/video-libs/libtheora/PRE_BUILD b/video-libs/libtheora/PRE_BUILD
index 9530139f0f..b0a3f71e70 100755
--- a/video-libs/libtheora/PRE_BUILD
+++ b/video-libs/libtheora/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
patch -Np0 < "$SCRIPT_DIRECTORY/libtheora-1.1.1-libpng16.patch"