summaryrefslogtreecommitdiff
path: root/audio/mpc/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpc/patches/patch-ac')
-rw-r--r--audio/mpc/patches/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/mpc/patches/patch-ac b/audio/mpc/patches/patch-ac
deleted file mode 100644
index 3316a111198..00000000000
--- a/audio/mpc/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/06/29 08:26:38 simonb Exp $
-
---- src/main.c.orig 2004-05-31 23:52:41.000000000 +1000
-+++ src/main.c
-@@ -51,6 +51,7 @@ struct _mpc_table {
- {"next", 0, 0, 0, cmd_next, "","Play the next song in the current playlist"},
- {"prev", 0, 0, 0, cmd_prev,"","Play the previous song in the current playlist"},
- {"pause", 0, 0, 0, cmd_pause, "", "Pauses the currently playing song"},
-+ {"playpause", 0, 0, 0, cmd_playpause, "", "Pauses if playing, play otherwise"},
- {"stop", 0, 0, 0, cmd_stop,"", "Stop the currently playing playlists"},
- {"seek", 1, 1, 0, cmd_seek,"<0-100>","Seeks to the position specified in percent"},
- {"clear", 0, 0, 0, cmd_clear,"", "Clear the current playlist"},