Skip to Content.
Sympa Menu

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

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 (0f688d3a7f0a94c5a4fd4d4d46cef656f7dc515c)
  • Date: Sat, 1 Jun 2019 00:34:35 +0000

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

audio-libs/sidplay-libs/HISTORY | 3 +++
audio-libs/sidplay-libs/PRE_BUILD | 7 ++-----
gnome2-libs/orbit2/HISTORY | 3 +++
gnome2-libs/orbit2/PRE_BUILD | 3 ++-
4 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 0f688d3a7f0a94c5a4fd4d4d46cef656f7dc515c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

orbit2: Fix build against musl

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

sidplay-libs: Fix build against musl

diff --git a/audio-libs/sidplay-libs/HISTORY b/audio-libs/sidplay-libs/HISTORY
index 8049d61..9f4ffc0 100644
--- a/audio-libs/sidplay-libs/HISTORY
+++ b/audio-libs/sidplay-libs/HISTORY
@@ -1,3 +1,6 @@
+2019-06-01 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/audio-libs/sidplay-libs/PRE_BUILD
b/audio-libs/sidplay-libs/PRE_BUILD
index 9023830..193f2c3 100755
--- a/audio-libs/sidplay-libs/PRE_BUILD
+++ b/audio-libs/sidplay-libs/PRE_BUILD
@@ -1,9 +1,6 @@
default_pre_build &&
-
cd $SOURCE_DIRECTORY &&
-
patch -p0 < $SCRIPT_DIRECTORY/gcc4.patch &&
-
patch -p0 < $SCRIPT_DIRECTORY/gcc43.patch &&
-
-patch -p0 < $SCRIPT_DIRECTORY/openmode.patch
+patch -p0 < $SCRIPT_DIRECTORY/openmode.patch &&
+find -name config.sub -exec sed -i 's!maybe_os in$!& linux-musl*|\\!' {} +
diff --git a/gnome2-libs/orbit2/HISTORY b/gnome2-libs/orbit2/HISTORY
index 33d81ec..43428c3 100644
--- a/gnome2-libs/orbit2/HISTORY
+++ b/gnome2-libs/orbit2/HISTORY
@@ -1,3 +1,6 @@
+2019-06-01 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2013-06-04 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Fix compilation of linc2 using glib2 deprecated symbols
in orbit2
diff --git a/gnome2-libs/orbit2/PRE_BUILD b/gnome2-libs/orbit2/PRE_BUILD
index 5771478..29c429e 100755
--- a/gnome2-libs/orbit2/PRE_BUILD
+++ b/gnome2-libs/orbit2/PRE_BUILD
@@ -3,4 +3,5 @@ default_pre_build &&
# Remove error on deprecated glib2 symbols
for file in linc2/src/Makefile{.am,.in}; do
sedit 's:-DG_DISABLE_DEPRECATED::' "${SOURCE_DIRECTORY}"/"${file}"
-done
+done &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0f688d3a7f0a94c5a4fd4d4d46cef656f7dc515c), Ismael Luceno, 05/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page