1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/kdelibs2/files/patch-artsdsp.c

13 lines
314 B
C
Raw Normal View History

2000-10-28 23:11:35 +00:00
--- arts/artsc/artsdsp.c Sat Oct 28 18:12:12 2000
+++ arts/artsc/artsdsp.c.new Sat Oct 28 18:14:56 2000
@@ -27,6 +27,9 @@
#endif
#ifdef HAVE_SYS_SOUNDCARD_H
+#ifndef SNDCTL_DSP_CHANNELS
+#define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS
+#endif
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>