diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-07 07:53:08 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-07 07:53:08 +0000 |
commit | 758a0c32d22c3caee49fdadb8e3036c70e3674bf (patch) | |
tree | 352ebb0052ba809a61780bee63beda789e0cc3a1 /x11-wm/xfce | |
parent | 0f78f27772b094c41f18c75f6b6e06bfb2ddb466 (diff) | |
download | ports-758a0c32d22c3caee49fdadb8e3036c70e3674bf.tar.gz ports-758a0c32d22c3caee49fdadb8e3036c70e3674bf.zip |
Remove files/patch-ai: it is already in the standard distribution.
Notes
Notes:
svn path=/head/; revision=45914
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r-- | x11-wm/xfce/files/patch-ai | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/xfce/files/patch-ai b/x11-wm/xfce/files/patch-ai deleted file mode 100644 index 2ff5571f80c7..000000000000 --- a/x11-wm/xfce/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) - { |