[Lunar-commits] <moonbase> soundtouch: fix for gcc >= 4.3
Zachary McGrew
zmcgrew at lunar-linux.org
Wed Jun 17 06:12:25 CEST 2009
commit fb50dad846b58009d66aff8c5f3a8a1e75253b2d
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Thu Jun 11 17:42:03 2009 -0700
soundtouch: fix for gcc >= 4.3
---
audio/soundtouch/BUILD | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/audio/soundtouch/BUILD b/audio/soundtouch/BUILD
index 866783c..8d51e47 100644
--- a/audio/soundtouch/BUILD
+++ b/audio/soundtouch/BUILD
@@ -1,5 +1,8 @@
(
+ #GCC >= 4.3 requires the c prefix
+ sedit 's:<string>:<cstring>:g' source/example/SoundStretch/WavFile.cpp
+
./bootstrap &&
default_build
More information about the Lunar-commits
mailing list