diff options
Diffstat (limited to 'audio/audacity')
-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. |