diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-16 16:23:40 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-16 16:23:40 +0000 |
| commit | 54fae43aabe1354eb7e1a319125fa61188f5aada (patch) | |
| tree | ef573e062052e9325b58f6b498f61d5dc2b786d7 /sysutils/mbmon/files/patch-configure | |
| parent | Remove WWW. Site has disappeared. (diff) | |
- Enable smb(4) support (on amd64 and i386 for now).
- Fix PCI ID for AMD-8111's SMBus 1.0 supported by amdpm(4).
Notes
Notes:
svn path=/head/; revision=151333
Diffstat (limited to 'sysutils/mbmon/files/patch-configure')
| -rw-r--r-- | sysutils/mbmon/files/patch-configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/mbmon/files/patch-configure b/sysutils/mbmon/files/patch-configure new file mode 100644 index 000000000000..b6c3e5612a89 --- /dev/null +++ b/sysutils/mbmon/files/patch-configure @@ -0,0 +1,24 @@ +$FreeBSD$ + +--- configure.orig Fri Aug 13 10:22:18 2004 ++++ configure Fri Dec 16 17:50:05 2005 +@@ -3486,8 +3486,9 @@ + + + case "${host}" in +- i?86-*-freebsd*) ++ i?86-*-freebsd* | amd64-*-freebsd*) + CC=cc ++ HOSTDEF="-DSMBUS_IOCTL" + ;; + i?86-*-linux-*) + CC=gcc +@@ -3946,7 +3947,7 @@ + done + + +-for ac_header in machine/smb.h ++for ac_header in dev/smbus/smb.h machine/smb.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |
