Skip to Content.
Sympa Menu

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

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 (099869f5eb5bdae44d0157e813271e4c8e9015b2)
  • Date: Wed, 7 Aug 2019 22:01:21 +0000

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

audio-drivers/portaudio/HISTORY | 3 +++
audio-drivers/portaudio/PRE_BUILD | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 099869f5eb5bdae44d0157e813271e4c8e9015b2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

portaudio: Fix install when there is no ldconfig

diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
index 7d4b5fd..ed9d9cf 100644
--- a/audio-drivers/portaudio/HISTORY
+++ b/audio-drivers/portaudio/HISTORY
@@ -1,3 +1,6 @@
+2019-08-07 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: fixed install when there is no ldconfig
+
2008-12-16 Ethan Grammatikidis <eekee57 AT fastmail.fm>
* BUILD: added -fPIC to CFLAGS, needed for compilation on x86_64.
Tested with x86_64 and i386.
diff --git a/audio-drivers/portaudio/PRE_BUILD
b/audio-drivers/portaudio/PRE_BUILD
new file mode 100755
index 0000000..0eae884
--- /dev/null
+++ b/audio-drivers/portaudio/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/\t@[/]sbin[/]ldconfig/s/@/-@/' Makefile.linux



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (099869f5eb5bdae44d0157e813271e4c8e9015b2), Ismael Luceno, 08/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page