diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
| commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
| tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/cdrdao/files/patch-ac | |
| parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
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> |
