summaryrefslogtreecommitdiff
path: root/audio/mserv/patches/patch-ab
diff options
context:
space:
mode:
authormartin <martin>2002-02-12 14:22:13 +0000
committermartin <martin>2002-02-12 14:22:13 +0000
commit3ce615d527a8d29459b80746129767237a5d2cf8 (patch)
treeef5c6245100f3607e72177d9313625b3b192f15d /audio/mserv/patches/patch-ab
parent271a064543d693ca8ad02429646a50797f189d91 (diff)
downloadpkgsrc-3ce615d527a8d29459b80746129767237a5d2cf8.tar.gz
Add and enable mserv, a server for shared music playback in rooms with
multiple listeners. There are thml, telnet and windows based clients that can be used to vote for the currently playing song, skip to the next song or pause playback (on phone rings etc.).
Diffstat (limited to 'audio/mserv/patches/patch-ab')
-rw-r--r--audio/mserv/patches/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/mserv/patches/patch-ab b/audio/mserv/patches/patch-ab
new file mode 100644
index 00000000000..16898629c8f
--- /dev/null
+++ b/audio/mserv/patches/patch-ab
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2002/02/12 14:22:15 martin Exp $
+
+--- Makefile.orig Sat Jul 15 20:29:10 2000
++++ Makefile Tue Feb 12 15:13:35 2002
+@@ -2,11 +2,11 @@
+ BASE = ${shell basename ${PWD}}
+
+ default:
+- (cd mserv; ./configure)
++ (cd mserv; ./configure --prefix=${PREFIX})
+ (cd mserv; make DEFS=${DEFS})
+- (cd mservcli; ./configure)
++ (cd mservcli; ./configure --prefix=${PREFIX})
+ (cd mservcli; make DEFS=${DEFS})
+- (cd mservutils; ./configure)
++ (cd mservutils; ./configure --prefix=${PREFIX})
+ (cd mservutils; make DEFS=${DEFS})
+
+ install: