summaryrefslogtreecommitdiff
path: root/audio/xmms-modplug/patches/patch-ac
blob: f200405de3d2467a6a9c89f6d8d5b9c1f2379417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.2 2004/03/09 04:38:40 ben Exp $

--- modplugplay/modplugplay.c.orig	2003-10-16 03:47:46.000000000 -0700
+++ modplugplay/modplugplay.c
@@ -89,7 +89,9 @@ command line option handling
 #define VERSION "1.0"
 
 #define BUF_SIZE 4096
+#ifndef DEVICE_NAME
 #define DEVICE_NAME "/dev/dsp"
+#endif
 
 static struct termios stored_settings;
 int audio_fd, mixer_fd;