diff -urN /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c x11-wm/epplets/files/patch-epplets::Emix.c --- /usr/ports/x11-wm/epplets/files/patch-epplets::Emix.c Thu Jan 1 09:00:00 1970 +++ x11-wm/epplets/files/patch-epplets::Emix.c Thu Dec 18 19:20:54 2003 @@ -0,0 +1,23 @@ +--- epplets/Emix.c.orig Wed Sep 13 08:24:16 2000 ++++ epplets/Emix.c Thu Dec 18 19:20:45 2003 +@@ -6,11 +6,17 @@ + + #include "epplet.h" + #include +-#ifdef __FreeBSD__ ++#include ++ ++#ifdef HAVE_LINUX_SOUNDCARD_H ++#include ++#elif HAVE_MACHINE_SOUNDCARD_H + #include +-#else ++#elif HAVE_SYS_SOUNDCARD_H + #include +-#endif ++#else ++#error No soundcard defenition! ++#endif /* SOUNDCARD_H */ + + Epplet_gadget vs_master, vs_pcm, vs_lin, vs_cda, b_close, b_help; +