diff -urN WMmp-0.10.0.orig/configure WMmp-0.10.0/configure
--- WMmp-0.10.0.orig/configure	2004-03-02 13:51:17.000000000 +0100
+++ WMmp-0.10.0/configure	2006-10-15 16:03:39.000000000 +0200
@@ -8265,7 +8265,7 @@
   withval="$with_default_port"
   DEFAULT_PORT="$withval"
 else
-  DEFAULT_PORT="2100"
+  DEFAULT_PORT="6600"
 fi;
 
 DFLAGS="$DFLAGS -DDEFAULT_HOST=\\\"$DEFAULT_HOST\\\""
diff -urN WMmp-0.10.0.orig/configure.ac WMmp-0.10.0/configure.ac
--- WMmp-0.10.0.orig/configure.ac	2004-03-02 13:51:13.000000000 +0100
+++ WMmp-0.10.0/configure.ac	2006-10-15 16:03:49.000000000 +0200
@@ -19,7 +19,7 @@
 AC_PROG_LIBTOOL
 
 AC_ARG_WITH(default-host,[  --with-default-host=HOST  Use as host when MPD_HOST environment variable is not set], DEFAULT_HOST="$withval",DEFAULT_HOST="localhost")
-AC_ARG_WITH(default-port,[  --with-default-port=PORT  Use as port when MPD_PORT environment variable is not set], DEFAULT_PORT="$withval",DEFAULT_PORT="2100")
+AC_ARG_WITH(default-port,[  --with-default-port=PORT  Use as port when MPD_PORT environment variable is not set], DEFAULT_PORT="$withval",DEFAULT_PORT="6600")
                                                                                 
 DFLAGS="$DFLAGS -DDEFAULT_HOST=\\\"$DEFAULT_HOST\\\""
 DFLAGS="$DFLAGS -DDEFAULT_PORT=\\\"$DEFAULT_PORT\\\""
diff -urN WMmp-0.10.0.orig/INSTALL WMmp-0.10.0/INSTALL
--- WMmp-0.10.0.orig/INSTALL	2004-03-02 13:51:09.000000000 +0100
+++ WMmp-0.10.0/INSTALL	2006-10-15 16:04:13.000000000 +0200
@@ -23,7 +23,7 @@
 
 example:
 $ export MPD_HOST=localhost
-$ export MPD_PORT=2100
+$ export MPD_PORT=6600
 
 If you use a password to access MPD, then do:
 $ export MPD_HOST=password@localhost

