diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-08-07 15:53:08 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-08-07 15:53:08 +0800 |
commit | d58febfbdfa049d70f538f6133f7526d8aa852c8 (patch) | |
tree | dcb413873a53744c5e021f715e52aad7e021fde1 /x11-wm | |
parent | 20e171c3dcc19e07c20eb7278d25759ac649ef9d (diff) | |
download | freebsd-ports-gnome-d58febfbdfa049d70f538f6133f7526d8aa852c8.tar.gz freebsd-ports-gnome-d58febfbdfa049d70f538f6133f7526d8aa852c8.tar.zst freebsd-ports-gnome-d58febfbdfa049d70f538f6133f7526d8aa852c8.zip |
Remove files/patch-ai: it is already in the standard distribution.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/files/patch-ai | 20 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-ai | 20 |
2 files changed, 0 insertions, 40 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) - { 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) - { |