summaryrefslogtreecommitdiff
path: root/audio/muse/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-10-17 21:46:13 +0000
committerrillig <rillig>2007-10-17 21:46:13 +0000
commit61adbf7abdf79b01b0f1e797233fa9a8c592853c (patch)
tree8c9d88ef67709324e84c85017b34cd8d099e91e7 /audio/muse/patches
parentb32c3f716ec0a7aa5432166700e970c738a32ad8 (diff)
downloadpkgsrc-61adbf7abdf79b01b0f1e797233fa9a8c592853c.tar.gz
Fixed build error with g++4.
Diffstat (limited to 'audio/muse/patches')
-rw-r--r--audio/muse/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/muse/patches/patch-ah b/audio/muse/patches/patch-ah
new file mode 100644
index 00000000000..91bc61a6058
--- /dev/null
+++ b/audio/muse/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/10/17 21:46:13 rillig Exp $
+
+--- src/linklist.h.orig 2004-02-13 16:58:16.000000000 +0000
++++ src/linklist.h 2007-10-17 21:44:34.000000000 +0000
+@@ -44,7 +44,7 @@ class Linklist {
+ bool movedown(int pos);
+ bool moveto(int num, int pos);
+ Entry *pick(int pos);
+- Entry *Linklist::selected();
++ Entry *selected();
+
+ Entry *operator[](int pos) { return pick(pos); };
+