Skip to Content.
Sympa Menu

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

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 (6362c7a650ead5be132df418640c75db61dd80ee)
  • Date: Tue, 4 Jun 2019 21:34:22 +0000

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

audio-players/cdparanoia/HISTORY | 3 +++
audio-players/cdparanoia/PRE_BUILD | 9 ++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 6362c7a650ead5be132df418640c75db61dd80ee
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cdparanoia: Fix build against musl

diff --git a/audio-players/cdparanoia/HISTORY
b/audio-players/cdparanoia/HISTORY
index 75c965e..bba5573 100644
--- a/audio-players/cdparanoia/HISTORY
+++ b/audio-players/cdparanoia/HISTORY
@@ -1,3 +1,6 @@
+2019-06-04 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2013-04-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* INSTALL: make /usr/bin/cdparanoia executable for users other than
root

diff --git a/audio-players/cdparanoia/PRE_BUILD
b/audio-players/cdparanoia/PRE_BUILD
index e80419b..1cf5fc9 100755
--- a/audio-players/cdparanoia/PRE_BUILD
+++ b/audio-players/cdparanoia/PRE_BUILD
@@ -1,2 +1,9 @@
default_pre_build &&
-bunzip2 -c $SPELL_DIRECTORY/gcc43-private.patch.bz2 | patch -p1 -d
$SOURCE_DIRECTORY
+cd "$SOURCE_DIRECTORY" &&
+bunzip2 -c $SPELL_DIRECTORY/gcc43-private.patch.bz2 | patch -fp1 &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' configure.sub &&
+sed -E -i 's/u_(int[13][26]_t)/u\1/g' \
+ interface/interface.c \
+ interface/scsi_interface.c \
+ interface/utils.h \
+ utils.h



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6362c7a650ead5be132df418640c75db61dd80ee), Ismael Luceno, 06/04/2019

Archive powered by MHonArc 2.6.24.

Top of Page