diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-24 04:54:43 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-24 04:54:43 +0000 |
commit | a82070940049d0deb11d719fefad6b018a1d7a76 (patch) | |
tree | 87f0e27c51397313fff9925262aa35e1a3c1fa56 /audio/wmfmixer/files/patch-wmfmixer.c | |
parent | - Use REINPLACE_CMD (diff) |
Add new port wmfmixer - Yet another audio mixer
PR: ports/39622
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
Notes
Notes:
svn path=/head/; revision=61860
Diffstat (limited to 'audio/wmfmixer/files/patch-wmfmixer.c')
-rw-r--r-- | audio/wmfmixer/files/patch-wmfmixer.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/wmfmixer/files/patch-wmfmixer.c b/audio/wmfmixer/files/patch-wmfmixer.c new file mode 100644 index 000000000000..c563abe30335 --- /dev/null +++ b/audio/wmfmixer/files/patch-wmfmixer.c @@ -0,0 +1,11 @@ +--- wmfmixer.c.orig Fri Jun 21 14:58:35 2002 ++++ wmfmixer.c Thu Jun 20 22:16:34 2002 +@@ -21,7 +21,7 @@ + + #include "wmfmixer.xpm" + +-#include "linux/soundcard.h" ++#include "sys/soundcard.h" + + /***********/ + /* Defines */ |