Skip to Content.
Sympa Menu

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

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 (84655cfb5b93512ba30aa9ee79236ffcfed09079)
  • Date: Thu, 30 Dec 2021 16:46:22 +0000

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

libs/sdl_mixer/HISTORY | 3 +++
libs/sdl_mixer/PRE_BUILD | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 84655cfb5b93512ba30aa9ee79236ffcfed09079
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sdl_mixer: Fix build against musl

diff --git a/libs/sdl_mixer/HISTORY b/libs/sdl_mixer/HISTORY
index 2661716..726a44d 100644
--- a/libs/sdl_mixer/HISTORY
+++ b/libs/sdl_mixer/HISTORY
@@ -1,3 +1,6 @@
+2021-12-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2012-01-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.2.12

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



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

Archive powered by MHonArc 2.6.24.

Top of Page