aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/consolehm/files/patch-aa11
-rw-r--r--sysutils/consolehm/files/patch-ab11
-rw-r--r--sysutils/consolehm/files/patch-ac11
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa
new file mode 100644
index 000000000000..4e8dff97aba7
--- /dev/null
+++ b/sysutils/consolehm/files/patch-aa
@@ -0,0 +1,11 @@
+--- chm.h.orig Wed May 31 19:42:57 2000
++++ chm.h Mon Aug 1 04:41:00 2005
+@@ -19,7 +19,7 @@
+ #include <machine/cpufunc.h>
+
+ #ifdef HAVE_SMBUS
+- #include <machine/smb.h>
++ #include <dev/smbus/smb.h>
+ int SMBUS = 1;
+ #else
+ int SMBUS = 0;
diff --git a/sysutils/consolehm/files/patch-ab b/sysutils/consolehm/files/patch-ab
new file mode 100644
index 000000000000..5503ff231db1
--- /dev/null
+++ b/sysutils/consolehm/files/patch-ab
@@ -0,0 +1,11 @@
+--- configure.orig Fri Dec 22 22:50:52 2000
++++ configure Mon Aug 1 04:41:04 2005
+@@ -1096,7 +1096,7 @@
+ fi
+ done
+
+-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/consolehm/files/patch-ac b/sysutils/consolehm/files/patch-ac
new file mode 100644
index 000000000000..71dcf5599135
--- /dev/null
+++ b/sysutils/consolehm/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure.in.orig Sat Oct 16 22:26:10 1999
++++ configure.in Mon Aug 1 04:41:12 2005
+@@ -12,7 +12,7 @@
+ dnl Checks for header files.
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h stdlib.h stdio.h string.h)
+-AC_CHECK_HEADERS(machine/smb.h,[AC_DEFINE(HAVE_SMBUS)])
++AC_CHECK_HEADERS(dev/smbus/smb.h,[AC_DEFINE(HAVE_SMBUS)])
+ dnl Checks for typedefs, structures, and compiler characteristics.
+
+ dnl Checks for library functions.