Skip to Content.
Sympa Menu

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

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 (910c20bfb3b6f40b0319c106fa2bf7962aac166e)
  • Date: Tue, 1 Nov 2022 00:21:53 +0000

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

graphics-libs/sdl2_gfx/HISTORY | 3 +++
graphics-libs/sdl2_gfx/PRE_BUILD | 3 +++
libs/sdl_gfx/HISTORY | 3 +++
libs/sdl_gfx/PRE_BUILD | 3 +++
4 files changed, 12 insertions(+)

New commits:
commit 910c20bfb3b6f40b0319c106fa2bf7962aac166e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sdl_gfx: Fix build against musl

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

sdl2_gfx: Fix build against musl

diff --git a/graphics-libs/sdl2_gfx/HISTORY b/graphics-libs/sdl2_gfx/HISTORY
index a0f570f..c9040ea 100644
--- a/graphics-libs/sdl2_gfx/HISTORY
+++ b/graphics-libs/sdl2_gfx/HISTORY
@@ -1,3 +1,6 @@
+2022-11-01 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2020-01-01 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.0.4

diff --git a/graphics-libs/sdl2_gfx/PRE_BUILD
b/graphics-libs/sdl2_gfx/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/graphics-libs/sdl2_gfx/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/libs/sdl_gfx/HISTORY b/libs/sdl_gfx/HISTORY
index 7b1b7d2..12b280d 100644
--- a/libs/sdl_gfx/HISTORY
+++ b/libs/sdl_gfx/HISTORY
@@ -1,3 +1,6 @@
+2022-11-01 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2011-08-05 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 2.0.22

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



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (910c20bfb3b6f40b0319c106fa2bf7962aac166e), Ismael Luceno, 10/31/2022

Archive powered by MHonArc 2.6.24.

Top of Page