diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
| commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
| tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /sysutils/cdrdao/files/patch-ac | |
| parent | ee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff) | |
Diffstat (limited to 'sysutils/cdrdao/files/patch-ac')
| -rw-r--r-- | sysutils/cdrdao/files/patch-ac | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/cdrdao/files/patch-ac b/sysutils/cdrdao/files/patch-ac deleted file mode 100644 index 40d2dea2e860..000000000000 --- a/sysutils/cdrdao/files/patch-ac +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Wed Oct 27 01:13:45 1999 -+++ configure Wed Oct 27 03:29:33 1999 -@@ -2945,7 +2945,7 @@ - esac - - case "$host" in -- *-linux-*) -+ *-linux-* | *-freebsd*) - sound_if_src=SoundIF-linux.cc - ;; - ---- xdao/SoundIF-linux.cc.orig Wed Oct 27 01:13:46 1999 -+++ xdao/SoundIF-linux.cc Wed Oct 27 03:37:23 1999 -@@ -31,7 +31,14 @@ - * - */ - -+# if defined(__FreeBSD__) -+#include <machine/soundcard.h> -+# if !defined(SNDCTL_DSP_CHANNELS) -+# define SNDCTL_DSP_CHANNELS SNDCTL_DSP_STEREO -+# endif -+# else - #include <linux/soundcard.h> -+# endif - - #include <stdio.h> - #include <assert.h> |
