WMmp is a dockable client for the Music Player Daemon. It has no playlist or file browsing support but does a great job doing all that stuff a remote control would do with your stereo. For more information see http://www.musicpd.org/
14 lines
283 B
Text
14 lines
283 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/03/24 00:56:44 rockpiper Exp $
|
|
|
|
--- configure.ac.orig Tue Mar 2 13:51:13 2004
|
|
+++ configure.ac
|
|
@@ -125,6 +125,9 @@ openbsd*)
|
|
solaris*)
|
|
OS=solaris
|
|
;;
|
|
+netbsd*)
|
|
+ OS=netbsd
|
|
+ ;;
|
|
*)
|
|
echo ""
|
|
echo "Sorry, ${host_os} is not supported yet"
|