1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

s,machine/smb.h,dev/smbus/smb.h,

This commit is contained in:
Brian Somers 2005-08-01 12:04:27 +00:00
parent 8c6b5d3242
commit cafec0129c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140649
3 changed files with 33 additions and 0 deletions

View File

@ -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;

View File

@ -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

View File

@ -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.