pkgsrc-wip/wmmp/patches/patch-aa
Robert Lillack 9527b5b43a Initial import of wmmp into pkgsrc-wip:
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/
2004-03-24 00:56:18 +00:00

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"