summaryrefslogtreecommitdiffstats
path: root/audio/muse
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-10-01 20:05:53 +0000
committerstas <stas@FreeBSD.org>2006-10-01 20:05:53 +0000
commitb9388dc46b6860894e5ec6e3a6e88296198c0602 (patch)
treec89bdfd56013f0dc28efc166ebc52739b991eacb /audio/muse
parent8d7bfd5331103feaf12a32eafb9d89503e3a4815 (diff)
downloadFreeBSD-ports-b9388dc46b6860894e5ec6e3a6e88296198c0602.zip
FreeBSD-ports-b9388dc46b6860894e5ec6e3a6e88296198c0602.tar.gz
- Fix compiling with oncoming gcc41.
Reported by: pointyhat run Approved by: sem (mentor)
Diffstat (limited to 'audio/muse')
-rw-r--r--audio/muse/Makefile2
-rw-r--r--audio/muse/files/patch-src_linklist.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile
index 9c8db80..4632f99 100644
--- a/audio/muse/Makefile
+++ b/audio/muse/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= audio
MASTER_SITES= ftp://ftp.dyne.org/muse/releases/ \
http://www.ljudmila.org/~jaromil/muse/releases/
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= Multiple Streaming Engine
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
diff --git a/audio/muse/files/patch-src_linklist.h b/audio/muse/files/patch-src_linklist.h
new file mode 100644
index 0000000..93ecc15
--- /dev/null
+++ b/audio/muse/files/patch-src_linklist.h
@@ -0,0 +1,11 @@
+--- src/linklist.h.orig Sun Oct 1 18:28:22 2006
++++ src/linklist.h Sun Oct 1 18:28:52 2006
+@@ -44,7 +44,7 @@
+ 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); };
+
OpenPOWER on IntegriCloud