aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmhm
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2005-08-01 14:05:53 +0000
committerBrian Somers <brian@FreeBSD.org>2005-08-01 14:05:53 +0000
commit7657e8af1410103b579b9395460a659f77d31887 (patch)
tree8bf1eefccfd1ced03898daaf5d32efb06183cc81 /sysutils/wmhm
parent02c00cb10237fceb2c4efbf175efc2c1d6651f58 (diff)
downloadports-7657e8af1410103b579b9395460a659f77d31887.tar.gz
ports-7657e8af1410103b579b9395460a659f77d31887.zip
s,machine/smb.h,dev/smbus/smb.h,
Notes
Notes: svn path=/head/; revision=140661
Diffstat (limited to 'sysutils/wmhm')
-rw-r--r--sysutils/wmhm/files/patch-aa11
-rw-r--r--sysutils/wmhm/files/patch-ab11
-rw-r--r--sysutils/wmhm/files/patch-ac11
-rw-r--r--sysutils/wmhm/files/patch-ad11
4 files changed, 44 insertions, 0 deletions
diff --git a/sysutils/wmhm/files/patch-aa b/sysutils/wmhm/files/patch-aa
new file mode 100644
index 000000000000..aef5bfc1f3c4
--- /dev/null
+++ b/sysutils/wmhm/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Sun Jul 22 03:00:38 2001
++++ configure Mon Aug 1 14:51:09 2005
+@@ -1023,7 +1023,7 @@
+
+ fi
+
+-for ac_hdr in machine/smb.h
++for ac_hdr in dev/smbus/smb.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+ echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
diff --git a/sysutils/wmhm/files/patch-ab b/sysutils/wmhm/files/patch-ab
new file mode 100644
index 000000000000..b56a7697cff7
--- /dev/null
+++ b/sysutils/wmhm/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.in.orig Sun Jul 22 03:55:06 2001
++++ configure.in Mon Aug 1 14:51:13 2005
+@@ -10,7 +10,7 @@
+ AC_PROG_INSTALL
+
+ AC_HEADER_STDC
+-AC_CHECK_HEADERS(machine/smb.h,[AC_DEFINE(HAVE_SMBUS)])
++AC_CHECK_HEADERS(dev/smbus/smb.h,[AC_DEFINE(HAVE_SMBUS)])
+
+ AC_PATH_X
+ VT_FIND_LIBXPM
diff --git a/sysutils/wmhm/files/patch-ac b/sysutils/wmhm/files/patch-ac
new file mode 100644
index 000000000000..8e02ae030f77
--- /dev/null
+++ b/sysutils/wmhm/files/patch-ac
@@ -0,0 +1,11 @@
+--- operations.c.orig Sun Jul 22 06:00:55 2001
++++ operations.c Mon Aug 1 14:51:17 2005
+@@ -42,7 +42,7 @@
+ #include <machine/speaker.h>
+
+ #ifdef HAVE_SMBUS
+-#include <machine/smb.h>
++#include <dev/smbus/smb.h>
+ #endif
+ #include "machine/speaker.h"
+
diff --git a/sysutils/wmhm/files/patch-ad b/sysutils/wmhm/files/patch-ad
new file mode 100644
index 000000000000..861ae136b604
--- /dev/null
+++ b/sysutils/wmhm/files/patch-ad
@@ -0,0 +1,11 @@
+--- wmhm.c.orig Sun Jul 22 06:04:31 2001
++++ wmhm.c Mon Aug 1 14:51:21 2005
+@@ -50,7 +50,7 @@
+ #include <machine/cpufunc.h>
+
+ #ifdef HAVE_SMBUS
+-#include <machine/smb.h>
++#include <dev/smbus/smb.h>
+ int SMBUS = 1;
+ #else
+ int SMBUS = 0;