diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /x11-wm/xfce4/files/patch-ai | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'x11-wm/xfce4/files/patch-ai')
-rw-r--r-- | x11-wm/xfce4/files/patch-ai | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/xfce4/files/patch-ai b/x11-wm/xfce4/files/patch-ai deleted file mode 100644 index 2ff5571f80c7..000000000000 --- a/x11-wm/xfce4/files/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ ---- xfsound/xfdsp.c.orig Fri Jul 7 05:51:00 2000 -+++ xfsound/xfdsp.c Tue Feb 6 04:52:16 2001 -@@ -45,7 +45,7 @@ - #include <sys/stat.h> - #include <sys/ioctl.h> - #include <sys/types.h> --#if defined(linux) -+#if defined(linux) || defined(__FreeBSD__) - #include <sys/soundcard.h> /* guess :) */ - #endif - -@@ -62,7 +62,7 @@ - - int masterfd; - --#if defined(linux) -+#if defined(linux) || defined(__FreeBSD__) - int - i_play (char *soundfile) - { |