aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audacity
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-12-31 22:01:20 +0800
committerpav <pav@FreeBSD.org>2006-12-31 22:01:20 +0800
commita1be801ed98881b50cc30474c7729a207824e36d (patch)
tree6151f491da0ba4073dcf68fbcadcba5f3e98f071 /audio/audacity
parent96401589e2ee0c1c70254dd01a738472057a5e56 (diff)
downloadfreebsd-ports-graphics-a1be801ed98881b50cc30474c7729a207824e36d.tar.gz
freebsd-ports-graphics-a1be801ed98881b50cc30474c7729a207824e36d.tar.zst
freebsd-ports-graphics-a1be801ed98881b50cc30474c7729a207824e36d.zip
- Fix build with gcc 4.1
PR: ports/106854 Submitted by: maintainer
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/files/patch-gcc4111
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 00000000000..ea482a83b6a
--- /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.