summaryrefslogtreecommitdiff
path: root/audio/bmp/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bmp/patches/patch-al')
-rw-r--r--audio/bmp/patches/patch-al17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/bmp/patches/patch-al b/audio/bmp/patches/patch-al
deleted file mode 100644
index acddc74c51a..00000000000
--- a/audio/bmp/patches/patch-al
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-al,v 1.1.1.1 2004/04/11 18:11:14 jmmv Exp $
-
---- beep/softvolume.c.orig Wed Dec 24 14:03:17 2003
-+++ beep/softvolume.c
-@@ -27,11 +27,11 @@ gint soft_volume_right;
- void soft_volume_load(char *section, SoftVolumeConfig * c)
- {
- ConfigFile *cfgfile;
-+ char *sec = (section == NULL ? "xmms" : section);
-
- if (c == NULL)
- return;
-
-- char *sec = (section == NULL ? "xmms" : section);
-
- c->enabled = FALSE;
- c->volume_left = 0;