diff options
author | 2006-01-01 04:21:00 +0000 | |
---|---|---|
committer | 2006-01-01 04:21:00 +0000 | |
commit | 72bc6ffaf05bf8ffa6121f4aca3768c549dfbff8 (patch) | |
tree | e6a7617554e806dfdec4488ae0ccbcb672df0fc9 /media-sound/audacity/files/audacity-1.2.3-gcc41.patch | |
parent | Added ladspa and soundtouch USE flag for media-sound/audacity. (diff) | |
download | gentoo-2-72bc6ffaf05bf8ffa6121f4aca3768c549dfbff8.tar.gz gentoo-2-72bc6ffaf05bf8ffa6121f4aca3768c549dfbff8.tar.bz2 gentoo-2-72bc6ffaf05bf8ffa6121f4aca3768c549dfbff8.zip |
Fixed various issues.
(Portage version: 2.0.53)
Diffstat (limited to 'media-sound/audacity/files/audacity-1.2.3-gcc41.patch')
-rw-r--r-- | media-sound/audacity/files/audacity-1.2.3-gcc41.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/audacity/files/audacity-1.2.3-gcc41.patch b/media-sound/audacity/files/audacity-1.2.3-gcc41.patch new file mode 100644 index 000000000000..5c703f5dfc7f --- /dev/null +++ b/media-sound/audacity/files/audacity-1.2.3-gcc41.patch @@ -0,0 +1,12 @@ +diff -u audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new +--- audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h 2004-11-18 02:17:35.000000000 -0400 ++++ audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new 2005-11-27 19:27:49.000000000 -0400 +@@ -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. |