diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-31 14:01:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-31 14:01:20 +0000 |
commit | acadeb64b527dcd8155877a309415aec11ffe8de (patch) | |
tree | 50ad2a3a15c4300d86dcf61ce93801e8d57b9c75 /audio/audacity/files | |
parent | 9aad2cc117da03d35dada4377aec68bb76a99436 (diff) | |
download | ports-acadeb64b527dcd8155877a309415aec11ffe8de.tar.gz ports-acadeb64b527dcd8155877a309415aec11ffe8de.zip |
Notes
Diffstat (limited to 'audio/audacity/files')
-rw-r--r-- | audio/audacity/files/patch-gcc41 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-gcc41 b/audio/audacity/files/patch-gcc41 new file mode 100644 index 000000000000..ea482a83b6ad --- /dev/null +++ b/audio/audacity/files/patch-gcc41 @@ -0,0 +1,11 @@ +--- lib-src/soundtouch/include/SoundTouch.h.orig Sun Nov 27 08:47:29 2005 ++++ lib-src/soundtouch/include/SoundTouch.h Sun Dec 17 22:52:47 2006 +@@ -146,7 +146,7 @@ + static const char *getVersionString(); + + /// Get SoundTouch library version Id +- static uint SoundTouch::getVersionId(); ++ static uint getVersionId(); + + /// Sets new rate control value. Normal rate = 1.0, smaller values + /// represent slower rate, larger faster rates. |