aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-31 14:01:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-31 14:01:20 +0000
commitacadeb64b527dcd8155877a309415aec11ffe8de (patch)
tree50ad2a3a15c4300d86dcf61ce93801e8d57b9c75 /audio/audacity-devel
parent9aad2cc117da03d35dada4377aec68bb76a99436 (diff)
downloadports-acadeb64b527dcd8155877a309415aec11ffe8de.tar.gz
ports-acadeb64b527dcd8155877a309415aec11ffe8de.zip
- Fix build with gcc 4.1
PR: ports/106854 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=181147
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r--audio/audacity-devel/files/patch-gcc4111
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity-devel/files/patch-gcc41 b/audio/audacity-devel/files/patch-gcc41
new file mode 100644
index 000000000000..ea482a83b6ad
--- /dev/null
+++ b/audio/audacity-devel/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.