diff options
Diffstat (limited to 'sysutils/wmhm/files/patch-ac')
-rw-r--r-- | sysutils/wmhm/files/patch-ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/wmhm/files/patch-ac b/sysutils/wmhm/files/patch-ac deleted file mode 100644 index c7f2b816ee52..000000000000 --- a/sysutils/wmhm/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- operations.c.orig Sun Jul 22 07:00:55 2001 -+++ operations.c Sat Mar 24 14:29:26 2007 -@@ -39,12 +39,16 @@ - #include <unistd.h> - #include <math.h> - #include <machine/cpufunc.h> -+#include <osreldate.h> -+#if __FreeBSD_version >= 601000 -+#include <dev/speaker/speaker.h> -+#else - #include <machine/speaker.h> -+#endif - - #ifdef HAVE_SMBUS --#include <machine/smb.h> -+#include <dev/smbus/smb.h> - #endif --#include "machine/speaker.h" - - #include "operations.h" - |