Skip to Content.
Sympa Menu

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

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 (3a6b24b6e9e8247486ba0bbddb3f4e7ca2d33b3d)
  • Date: Thu, 30 Dec 2021 15:35:09 +0000

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

audio-libs/audiofile/HISTORY | 3 +++
audio-libs/audiofile/PRE_BUILD | 3 ++-
graphics-libs/ftgl/HISTORY | 3 +++
graphics-libs/ftgl/PRE_BUILD | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 3a6b24b6e9e8247486ba0bbddb3f4e7ca2d33b3d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ftgl: Fix build against musl

commit afba59480b05aab1377ca0f5f4d46bc65b7d1d96
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

audiofile: Fix build against musl

diff --git a/audio-libs/audiofile/HISTORY b/audio-libs/audiofile/HISTORY
index 607677a..99534c8 100644
--- a/audio-libs/audiofile/HISTORY
+++ b/audio-libs/audiofile/HISTORY
@@ -1,3 +1,6 @@
+2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2017-06-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated source url & website

diff --git a/audio-libs/audiofile/PRE_BUILD b/audio-libs/audiofile/PRE_BUILD
index 5ddca5f..63de72e 100755
--- a/audio-libs/audiofile/PRE_BUILD
+++ b/audio-libs/audiofile/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
apply_patch_dir patches &&
-sed -i 's/-Werror//' libaudiofile/Makefile.in
libaudiofile/modules/Makefile.in
+sed -i 's/-Werror//' libaudiofile/Makefile.in
libaudiofile/modules/Makefile.in &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/graphics-libs/ftgl/HISTORY b/graphics-libs/ftgl/HISTORY
index 8dfefdb..00cb47e 100644
--- a/graphics-libs/ftgl/HISTORY
+++ b/graphics-libs/ftgl/HISTORY
@@ -1,3 +1,6 @@
+2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/graphics-libs/ftgl/PRE_BUILD b/graphics-libs/ftgl/PRE_BUILD
new file mode 100755
index 0000000..3b26f4c
--- /dev/null
+++ b/graphics-libs/ftgl/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' .auto/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3a6b24b6e9e8247486ba0bbddb3f4e7ca2d33b3d), Ismael Luceno, 12/30/2021

Archive powered by MHonArc 2.6.24.

Top of Page