New commits:
commit 5e0ccd0c378b5be13d38d847493bdbadf35b7356
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
mangler: Add SCM (Subversion) option
commit 0c187f7c3060aaffd469625d0b06eec94573da27
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
gsm: Build with '-fPIC -DPIC' in CFLAGS for x86_64/alpha
diff --git a/audio-libs/gsm/BUILD b/audio-libs/gsm/BUILD
index 8f58e6d..18858a7 100755
--- a/audio-libs/gsm/BUILD
+++ b/audio-libs/gsm/BUILD
@@ -1 +1,7 @@
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]] ||
+ [[ "${SMGL_COMPAT_ARCHS[1]}" == "alpha" ]]
+then
+ sed -i 's:-O2:-fPIC -DPIC &:' $SOURCE_DIRECTORY/Makefile
+fi &&
+
make
diff --git a/audio-libs/gsm/HISTORY b/audio-libs/gsm/HISTORY
index 0240e86..6e07875 100644
--- a/audio-libs/gsm/HISTORY
+++ b/audio-libs/gsm/HISTORY
@@ -1,3 +1,6 @@
+2010-07-18 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Build with '-fPIC -DPIC' in CFLAGS for x86_64/alpha
+
2010-07-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, PRE_BUILD, BUILD, INSTALL: Created