Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9a792771904c14bd846cdcdaa4faf249577ebaee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9a792771904c14bd846cdcdaa4faf249577ebaee)
  • Date: Tue, 21 May 2019 20:40:37 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

video-libs/libtheora/HISTORY | 3 +++
video-libs/libtheora/PRE_BUILD | 1 +
2 files changed, 4 insertions(+)

New commits:
commit 9a792771904c14bd846cdcdaa4faf249577ebaee
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libtheora: Fix build against musl

diff --git a/video-libs/libtheora/HISTORY b/video-libs/libtheora/HISTORY
index e0c9c81..e90225d 100644
--- a/video-libs/libtheora/HISTORY
+++ b/video-libs/libtheora/HISTORY
@@ -1,3 +1,6 @@
+2019-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fix build against musl
+
2015-08-17 Thomas Orgis <sobukus AT 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 9530139..b0a3f71 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"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9a792771904c14bd846cdcdaa4faf249577ebaee), Ismael Luceno, 05/21/2019

Archive powered by MHonArc 2.6.24.

Top of Page