diff options
Diffstat (limited to 'x11-wm/epplets/files/patch-epplets::Emix.c')
-rw-r--r-- | x11-wm/epplets/files/patch-epplets::Emix.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-wm/epplets/files/patch-epplets::Emix.c b/x11-wm/epplets/files/patch-epplets::Emix.c deleted file mode 100644 index 96a5c95cd00a..000000000000 --- a/x11-wm/epplets/files/patch-epplets::Emix.c +++ /dev/null @@ -1,22 +0,0 @@ ---- epplets/Emix.c.orig Sat Apr 1 06:56:17 2006 -+++ epplets/Emix.c Sat Jun 3 19:44:51 2006 -@@ -7,11 +7,16 @@ - #include "epplet.h" - #include <sys/ioctl.h> - #include <fcntl.h> --#ifdef __FreeBSD__ -+#include <config.h> -+#ifdef HAVE_LINUX_SOUNDCARD_H -+#include <linux/soundcard.h> -+#elif HAVE_MACHINE_SOUNDCARD_H - #include <machine/soundcard.h> --#else -+#elif HAVE_SYS_SOUNDCARD_H - #include <sys/soundcard.h> --#endif -+#else -+#error No soundcard defenition! -+#endif /* SOUNDCARD_H */ - - Epplet_gadget vs_master, vs_pcm, vs_lin, vs_cda, b_close, b_help; - |