Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (f5bd1cd19b4bbbf9d12067b2e0be259b99092f04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (f5bd1cd19b4bbbf9d12067b2e0be259b99092f04)
  • Date: Tue, 16 Dec 2008 07:30:03 -0600

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

audio-drivers/portaudio/BUILD | 1 +
audio-drivers/portaudio/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit f3754768bf02d6d62d957edf80889b454f59bb0b
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

portaudio: added -fPIC to CFLAGS to fix compile

diff --git a/audio-drivers/portaudio/BUILD b/audio-drivers/portaudio/BUILD
index d9d77f1..05fb3ad 100755
--- a/audio-drivers/portaudio/BUILD
+++ b/audio-drivers/portaudio/BUILD
@@ -1,4 +1,5 @@
sedit "s:/usr/local:${INSTALL_ROOT}/usr:" Makefile.linux &&
# dependent apps should be able to link without specifying -lpthread
sedit 's:gcc -shared -o:gcc -shared $(LIBS) -o:' Makefile.linux &&
+sedit 's:CFLAGS = :CFLAGS = -fPIC :' Makefile.linux &&
make -f Makefile.linux sharedlib
diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
index be6f498..7d4b5fd 100644
--- a/audio-drivers/portaudio/HISTORY
+++ b/audio-drivers/portaudio/HISTORY
@@ -1,3 +1,7 @@
+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.
+
2008-03-10 Thomas Orgis <sobukus AT sourcemage.org>
* PROVIDES: added PORTAUDIO provider (for mpg123)




  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (f5bd1cd19b4bbbf9d12067b2e0be259b99092f04), Ethan Grammatikidis, 12/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page