diff options
author | Brian Somers <brian@FreeBSD.org> | 2005-08-01 12:04:27 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2005-08-01 12:04:27 +0000 |
commit | cafec0129c414a88326bb41d029bb3ffa98e7bb0 (patch) | |
tree | a973919636dee50298ac1632173b94804d70874f /sysutils/consolehm | |
parent | 8c6b5d324248b5d88db6e9e51c9e7785bf8e1fa7 (diff) | |
download | ports-cafec0129c414a88326bb41d029bb3ffa98e7bb0.tar.gz ports-cafec0129c414a88326bb41d029bb3ffa98e7bb0.zip |
Notes
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 11 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-ab | 11 | ||||
-rw-r--r-- | sysutils/consolehm/files/patch-ac | 11 |
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. |